dolphin/Source/Core/Core/Boot
Ryan Houdek 1ad1a9062a Remove PowerPCState::DebugCount.
This value was "helpful" for debugging when the stack got corrupted.
Helpful that if gpr[1](Which is the stack pointer with PPC ABI) is zero then the interpreter would spam huge amounts of annoy text saying that we
managed to get in to a "corrupted" state.
This is incremented every instruction on the interpreter, or every block run on the JIT64....Only if debugging is enabled(JIT64 it is a const
variable)
The message is only outputted when interpreter is used and debugging is enabled.
2014-09-03 00:26:57 -05:00
..
Boot.cpp Core: Kill off Host_UpdateLogDisplay() 2014-08-08 19:21:40 -04:00
Boot.h Core: Get rid of an unnecessary struct typedef in Boot.h. 2014-07-13 15:28:50 -04:00
Boot_BS2Emu.cpp Remove PowerPCState::DebugCount. 2014-09-03 00:26:57 -05:00
Boot_DOL.cpp Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Boot_DOL.h Kill off some usages of c_str. 2014-03-14 13:51:23 -04:00
Boot_ELF.cpp Core: Removed blank headers Boot_ELF.h and Boot_WiiWAD.h 2014-08-21 15:30:51 -04:00
Boot_WiiWAD.cpp Core: Get rid of C-style struct typedefs 2014-08-09 21:58:08 -04:00
ElfReader.cpp Removed the typedefs for Elf32 word types 2014-08-20 15:21:41 -05:00
ElfReader.h Core: Clean up brace placements 2014-08-30 18:06:49 -04:00
ElfTypes.h Removed the typedefs for Elf32 word types 2014-08-20 15:21:41 -05:00