mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
BlockCache on ARM/ARM64: Allow two more exits
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user