wince: dynarec boost 1.2 -> 1.5

This commit is contained in:
flyinghead 2019-05-15 15:26:08 +02:00
parent f0ebd2b818
commit 66cbc0acf6
1 changed files with 1 additions and 1 deletions

View File

@ -1210,7 +1210,7 @@ _end:
}
// Win CE boost
if (mmu_enabled())
blk->guest_cycles *= 1.2f;
blk->guest_cycles *= 1.5f;
//make sure we don't use wayy-too-many cycles
blk->guest_cycles=min(blk->guest_cycles,max_cycles);