mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 03:22:30 +02:00
d7a3ce26de
A call like ReplaceAddress(address, 0) is pretty ambiguous; so is ReplaceAddress(address, false), so use an enum class that tells people straight-up what the replacer is. This also gets rid of the really weird naming, where if 'blr' is true, we'd be replacing the address with a NOP, rather than an actual BLR instruction, so we invert that so it actually makes sense. There's no actual bug fixed here though, considering the OnInsert functions specified the correct values; it's literally just weird naming. |
||
---|---|---|
.. | ||
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 |