dolphin/Source/Core/Core/PowerPC
get 0948f0ef69 Fix PPCCache savestate behavior
PR #11183 regressed the lookup table reconstruction and, for some reason, added an else clause that clobbered the dCache whenever dCache emulation is turned on.
2023-04-23 00:53:01 -05:00
..
CachedInterpreter PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
Interpreter PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
Jit64 Common/MathUtil: Move IntLog2 into MathUtil namespace 2023-04-15 03:35:05 -04:00
Jit64Common Common/MathUtil: Move IntLog2 into MathUtil namespace 2023-04-15 03:35:05 -04:00
JitArm64 Common/MathUtil: Move IntLog2 into MathUtil namespace 2023-04-15 03:35:05 -04:00
JitArmCommon JitArm64: Restructure the BackPatchInfo flags enum 2021-09-08 21:23:00 +02:00
JitCommon PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
SignatureDB PowerPC/MMU: Refactor to class, move to System. 2023-03-28 03:47:51 +02:00
BreakPoints.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
BreakPoints.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
ConditionRegister.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ConditionRegister.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
CPUCoreBase.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Expression.cpp PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
Expression.h PowerPC/Expression: Pass System to EvaluateCondition(). 2023-04-05 20:09:31 +02:00
GDBStub.cpp Embrace nullptr over NULL and 0 2023-04-15 16:07:05 -05:00
GDBStub.h GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
Gekko.h Common: Move FPU-related helpers into Common namespace 2023-03-21 10:58:13 -04:00
JitInterface.cpp PowerPC/PPCTables: Pass instruction address to GetOpInfo(). 2023-04-05 20:09:32 +02:00
JitInterface.h Jit: Change argument order for InvalidateICacheLine(s)FromJIT 2023-04-01 14:34:30 +02:00
MMU.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
MMU.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PowerPC.cpp Fix PPCCache savestate behavior 2023-04-23 00:53:01 -05:00
PowerPC.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PPCAnalyst.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PPCAnalyst.h Split PPCTables from Interpreter_Tables 2023-03-16 18:36:25 -07:00
PPCCache.cpp Fix PPCCache savestate behavior 2023-04-23 00:53:01 -05:00
PPCCache.h Do not use magic numbers for RAM sizes/masks in PPCCache 2023-04-20 19:32:35 -05:00
PPCSymbolDB.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
PPCSymbolDB.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
PPCTables.cpp PowerPC/PPCTables: Pass instruction address to GetOpInfo(). 2023-04-05 20:09:32 +02:00
PPCTables.h PowerPC/PPCTables: Pass instruction address to GetOpInfo(). 2023-04-05 20:09:32 +02:00
Profiler.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00