dolphin/Source/Core/Core/PowerPC
Lioncash d266be5b56 PowerPC: Explicitly savestate PowerPCState members
Makes it more obvious which data is going into the savestate.
It also allows PowerPCState and InstructionCache to potentially
contain members that don't necessarily need to be saved to the save state.

It also gets rid of any potential padding data being put into the save
state.
2017-01-18 23:44:46 -05:00
..
CachedInterpreter JitCache: Return a pointer in AllocateBlock. 2017-01-12 20:23:14 +01:00
Interpreter Interpreter_Tables: Amend leftover comment 2017-01-18 03:03:44 -05:00
Jit64 PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
Jit64Common
Jit64IL IR: Make getNumInsts return type size_t 2017-01-16 19:38:30 -05:00
JitArm64 PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
JitArmCommon
JitCommon JitCache: Use pointers in the ICache and dispatchers. 2017-01-12 21:43:28 +01:00
JitILCommon IR: Deduplicate code in Reset and FoldFallbackToInterpreter 2017-01-17 20:35:02 -05:00
SignatureDB Merge pull request #4299 from sepalani/hle_symbols 2017-01-13 10:05:32 +13:00
BreakPoints.cpp BreakPoints: Use std::any_of where applicable 2017-01-11 16:37:31 -05:00
BreakPoints.h BreakPoints: Make getters const member functions 2017-01-11 10:08:14 -05:00
CPUCoreBase.h
GDBStub.cpp
GDBStub.h
Gekko.h
JitInterface.cpp JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00
JitInterface.h
MMU.cpp BreakPoints: Rename variables 2017-01-11 10:08:11 -05:00
PowerPC.cpp PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PowerPC.h PowerPC: Simplify TLB resetting 2017-01-18 19:31:04 -05:00
PPCAnalyst.cpp
PPCAnalyst.h
PPCCache.cpp PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCCache.h PowerPC: Explicitly savestate PowerPCState members 2017-01-18 23:44:46 -05:00
PPCSymbolDB.cpp
PPCSymbolDB.h
PPCTables.cpp PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
PPCTables.h PPCTables: Use std::array instead of raw C arrays 2017-01-18 03:03:00 -05:00
Profiler.cpp
Profiler.h JitCache: Add a helper function to iterate over all blocks. 2017-01-12 20:23:14 +01:00