dolphin/Source/Core/Core/PowerPC
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 Jit: Fix fastmem initialization order 2023-09-30 16:16:54 +02:00
Interpreter
Jit64 Jit: Fix fastmem initialization order 2023-09-30 16:16:54 +02:00
Jit64Common Merge pull request #11191 from JosJuice/jitarm64-no-checked-entry 2023-08-26 17:00:08 +02:00
JitArm64 Jit: Fix fastmem initialization order 2023-09-30 16:16:54 +02:00
JitArmCommon
JitCommon Jit: Fix fastmem initialization order 2023-09-30 16:16:54 +02:00
SignatureDB
BreakPoints.cpp
BreakPoints.h
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
Expression.cpp
Expression.h
GDBStub.cpp
GDBStub.h
Gekko.h
JitInterface.cpp Merge pull request #11191 from JosJuice/jitarm64-no-checked-entry 2023-08-26 17:00:08 +02:00
JitInterface.h JitArm64/Jit64: Load the memory register without jumps and only when necessary. 2023-07-28 14:24:53 +03:00
MMU.cpp Merge pull request #11025 from AdmiralCurtiss/hle-printf 2023-08-20 01:31:49 +02:00
MMU.h Merge pull request #11025 from AdmiralCurtiss/hle-printf 2023-08-20 01:31:49 +02:00
PowerPC.cpp Merge pull request #12048 from krnlyng/someothertest 2023-08-19 09:49:29 +02:00
PowerPC.h Merge pull request #12048 from krnlyng/someothertest 2023-08-19 09:49:29 +02:00
PPCAnalyst.cpp PPCAnalyst: Don't discard before gather pipe interrupt check 2023-09-10 12:54:52 +02:00
PPCAnalyst.h
PPCCache.cpp
PPCCache.h Use structs for config callback IDs 2023-08-17 19:19:26 +02:00
PPCSymbolDB.cpp
PPCSymbolDB.h
PPCTables.cpp
PPCTables.h
Profiler.h