mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-09 21:21:39 +02:00
b9aad3310e
PowerPC.h at this point is pretty much a general glob of stuff, and it's unfortunate, since it means pulling in a lot of unrelated header dependencies and a bunch of other things that don't need to be seen by things that just want to read memory. Breaking this out into its own header keeps all the MMU-related stuff together and also limits the amount of header dependencies being included (the primary motivation for this being the former reason). |
||
---|---|---|
.. | ||
AssemblerEntryDialog.cpp | ||
AssemblerEntryDialog.h | ||
BreakpointDlg.cpp | ||
BreakpointDlg.h | ||
BreakpointView.cpp | ||
BreakpointView.h | ||
BreakpointWindow.cpp | ||
BreakpointWindow.h | ||
CodeView.cpp | ||
CodeView.h | ||
CodeWindow.cpp | ||
CodeWindow.h | ||
CodeWindowFunctions.cpp | ||
DebuggerPanel.cpp | ||
DebuggerPanel.h | ||
DebuggerUIUtil.cpp | ||
DebuggerUIUtil.h | ||
DSPDebugWindow.cpp | ||
DSPDebugWindow.h | ||
DSPRegisterView.cpp | ||
DSPRegisterView.h | ||
JitWindow.cpp | ||
JitWindow.h | ||
MemoryCheckDlg.cpp | ||
MemoryCheckDlg.h | ||
MemoryView.cpp | ||
MemoryView.h | ||
MemoryWindow.cpp | ||
MemoryWindow.h | ||
RegisterView.cpp | ||
RegisterView.h | ||
RegisterWindow.cpp | ||
RegisterWindow.h | ||
WatchView.cpp | ||
WatchView.h | ||
WatchWindow.cpp | ||
WatchWindow.h |