mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
BlockCache on ARM/ARM64: Allow two more exits
This commit is contained in:
parent
51d5026792
commit
dd2b1ace88
@ -29,7 +29,7 @@
|
||||
#include "Core/MIPS/MIPS.h"
|
||||
|
||||
#if PPSSPP_ARCH(ARM) || PPSSPP_ARCH(ARM64)
|
||||
const int MAX_JIT_BLOCK_EXITS = 2;
|
||||
const int MAX_JIT_BLOCK_EXITS = 4;
|
||||
#else
|
||||
const int MAX_JIT_BLOCK_EXITS = 8;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user