dolphin/Source/Core/Core/PowerPC/CachedInterpreter
JosJuice 02d76ba2a0 Jit: Fix fastmem initialization order
When evaluating whether jo.fastmem should be set to true, we check the
value of jo.fastmem_arena. However, due to a change made in 28e8117b90,
jo.fastmem_arena wasn't set until after the first time we set
jo.fastmem, so jo.fastmem would end up always being false until the next
time RefreshConfig was called.

Fixes https://bugs.dolphin-emu.org/issues/13364.
2023-09-30 16:16:54 +02:00
..
CachedInterpreter.cpp Jit: Fix fastmem initialization order 2023-09-30 16:16:54 +02:00
CachedInterpreter.h CachedInterpreter: Avoid System::GetInstance() and ppcState. 2023-03-25 02:37:10 +01:00
InterpreterBlockCache.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
InterpreterBlockCache.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00