dolphin/Source/Core/Core/PowerPC
Admiral H. Curtiss 653e0ccf28
Merge pull request #11365 from iwubcode/cheat_manager_freeze_value
DolphinQt: add ability to lock / freeze values in the watches window
2023-01-09 18:41:28 +01:00
..
CachedInterpreter CoreTiming: Refactor to class. 2022-11-27 03:47:12 +01:00
Interpreter Merge pull request #11407 from AdmiralCurtiss/globals-gpfifo 2023-01-09 17:09:48 +01:00
Jit64 Merge pull request #11407 from AdmiralCurtiss/globals-gpfifo 2023-01-09 17:09:48 +01:00
Jit64Common HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
JitArm64 Merge pull request #11407 from AdmiralCurtiss/globals-gpfifo 2023-01-09 17:09:48 +01:00
JitArmCommon
JitCommon Merge pull request #11183 from TheLordScruffy/write-back-cache 2023-01-09 17:09:32 +01:00
SignatureDB StripSpaces: only strip spaces 2022-07-25 18:40:12 -07:00
BreakPoints.cpp Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
BreakPoints.h Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
Expression.cpp Add callstack to conditional breakpoints. Checks entire stack for value. 2022-12-03 20:52:17 -07:00
Expression.h Add logging and error reporting to Breakpoint Conditionals. 2022-10-23 08:22:35 -07:00
GDBStub.cpp Merge pull request #11274 from TryTwo/PR_Conditional_BP_Add_Memory 2022-12-07 19:55:04 +01:00
GDBStub.h
Gekko.h
JitInterface.cpp Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
JitInterface.h Clean up DisassembleBlock and JitInterface::GetHostCode 2022-12-01 17:43:35 -08:00
MMU.cpp Merge pull request #11407 from AdmiralCurtiss/globals-gpfifo 2023-01-09 17:09:48 +01:00
MMU.h Fix PPC cache code formatting 2023-01-02 02:33:57 -05:00
PowerPC.cpp Merge pull request #11365 from iwubcode/cheat_manager_freeze_value 2023-01-09 18:41:28 +01:00
PowerPC.h Implement PPC write-back data cache 2022-12-08 18:18:32 -05:00
PPCAnalyst.cpp PPCAnalyst: Remove unused variables and methods in BlockRegStats. 2022-10-08 03:26:42 +02:00
PPCAnalyst.h PPCAnalyst: Remove unused variables in BlockStats. 2022-10-08 03:30:56 +02:00
PPCCache.cpp Improve PPCCache lookup table 2023-01-07 07:30:42 -05:00
PPCCache.h PPCCache: Change u32 to u8 for plru, valid, modified 2023-01-07 20:18:59 -05:00
PPCSymbolDB.cpp PPCSymbolDB: Fix getting symbol for the last function 2022-07-29 18:41:11 -07:00
PPCSymbolDB.h
PPCTables.cpp
PPCTables.h
Profiler.h