mirror of
https://github.com/Retropex/dolphin.git
synced 2025-05-28 13:02:37 +02:00
![]() 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). |
||
---|---|---|
.. | ||
BreakpointWidget.cpp | ||
BreakpointWidget.h | ||
CodeViewWidget.cpp | ||
CodeViewWidget.h | ||
CodeWidget.cpp | ||
CodeWidget.h | ||
JITWidget.cpp | ||
JITWidget.h | ||
MemoryViewWidget.cpp | ||
MemoryViewWidget.h | ||
MemoryWidget.cpp | ||
MemoryWidget.h | ||
NewBreakpointDialog.cpp | ||
NewBreakpointDialog.h | ||
RegisterColumn.cpp | ||
RegisterColumn.h | ||
RegisterWidget.cpp | ||
RegisterWidget.h | ||
WatchWidget.cpp | ||
WatchWidget.h |