mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
shader: Calibrate loop safety threshold
This commit is contained in:
parent
2cd96376b5
commit
d633ec4ecc
1 changed files with 1 additions and 1 deletions
|
@ -751,7 +751,7 @@ private:
|
|||
IR::Block* const init_block{block_pool.Create(inst_pool)};
|
||||
IR::IREmitter ir{*init_block};
|
||||
|
||||
static constexpr u32 SAFETY_THRESHOLD = 0x2000;
|
||||
static constexpr u32 SAFETY_THRESHOLD = 0x1000;
|
||||
ir.SetLoopSafetyVariable(this_loop_id, ir.Imm32(SAFETY_THRESHOLD));
|
||||
|
||||
if (current_block) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue