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. |
||
---|---|---|
.. | ||
Config | ||
Debugger | ||
GameList | ||
NetPlay | ||
QtUtils | ||
Settings | ||
TAS | ||
AboutDialog.cpp | ||
AboutDialog.h | ||
CheatsManager.cpp | ||
CheatsManager.h | ||
CMakeLists.txt | ||
DolphinQt2.manifest | ||
DolphinQt2.rc | ||
DolphinQt2.vcxproj | ||
DolphinQt2.vcxproj.user | ||
FIFOPlayerWindow.cpp | ||
FIFOPlayerWindow.h | ||
GCMemcardManager.cpp | ||
GCMemcardManager.h | ||
Host.cpp | ||
Host.h | ||
HotkeyScheduler.cpp | ||
HotkeyScheduler.h | ||
Info.plist.in | ||
Main.cpp | ||
MainWindow.cpp | ||
MainWindow.h | ||
MenuBar.cpp | ||
MenuBar.h | ||
qt.conf | ||
RenderWidget.cpp | ||
RenderWidget.h | ||
resource.h | ||
Resources.cpp | ||
Resources.h | ||
SearchBar.cpp | ||
SearchBar.h | ||
Settings.cpp | ||
Settings.h | ||
ToolBar.cpp | ||
ToolBar.h | ||
Translation.cpp | ||
Translation.h | ||
Updater.cpp | ||
Updater.h | ||
WiiUpdate.cpp | ||
WiiUpdate.h |