(04-06-2019, 01:03 PM)ecritchl Wrote: Thank you for the response! How would I go about changing the code cache size in the source code? Is there a variable that dictates how much memory the code cache gets relative to the rest of the program?
I think it's this variable if you're on ARM: https://github.com/dolphin-emu/dolphin/blob/f7b334817d0c200037cf3d86b6eb10f7f4b123ca/Source/Core/Core/PowerPC/JitArm64/Jit.cpp#L30
And this one for x86-64? https://github.com/dolphin-emu/dolphin/blob/f006af441e87f0331ea39d38082a0a52a9b86277/Source/Core/Core/PowerPC/Jit64Common/Jit64Constants.h#L24
