dolphin/Source/Core/DolphinQt2
Lioncash d7a3ce26de CodeViewWidget: Get rid of magic values in OnInsertBLR() and OnInsertNOP()
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.
2018-05-13 18:33:51 -04:00
..
Config DolphinQt2/NewPatchDialog: Remove unused <iostream> include 2018-05-13 14:04:22 -04:00
Debugger CodeViewWidget: Get rid of magic values in OnInsertBLR() and OnInsertNOP() 2018-05-13 18:33:51 -04:00
GameList WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
NetPlay Qt/NetPlayDialog: Improve player list 2018-05-12 18:25:38 +02:00
QtUtils Qt/WrapInScrollArea: Only use transparency on Windows 2018-05-07 17:23:03 +02:00
Settings Merge pull request #6768 from spycrab/qt_stylesheet 2018-05-08 15:20:19 +02:00
TAS
AboutDialog.cpp
AboutDialog.h
CheatsManager.cpp
CheatsManager.h
CMakeLists.txt Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.manifest
DolphinQt2.rc
DolphinQt2.vcxproj Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
DolphinQt2.vcxproj.user
FIFOPlayerWindow.cpp
FIFOPlayerWindow.h
GCMemcardManager.cpp
GCMemcardManager.h
Host.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
Host.h Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
HotkeyScheduler.cpp Merge pull request #6825 from leoetlino/onion-types 2018-05-12 21:59:43 +02:00
HotkeyScheduler.h Qt: Implement "Reset" hotkey 2018-05-12 03:56:10 +02:00
Info.plist.in
Main.cpp Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MainWindow.cpp Qt/RenderWidget: Fix render-to-main focus 2018-05-13 21:08:34 +02:00
MainWindow.h Qt: Fix render widget not being on top when using -n / -e 2018-05-13 17:32:29 +02:00
MenuBar.cpp WiiSave: Allow users to specify export directory 2018-05-13 17:42:56 +02:00
MenuBar.h Qt/debugger: Don't update the symbols list unnecessarily 2018-05-12 19:15:26 -04:00
qt.conf
RenderWidget.cpp Qt: Fix "Render To Main" 2018-05-06 04:51:13 +02:00
RenderWidget.h
resource.h
Resources.cpp
Resources.h
SearchBar.cpp
SearchBar.h
Settings.cpp Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
Settings.h Merge pull request #6624 from spycrab/qt_dbg_jit 2018-05-12 13:02:47 +02:00
ToolBar.cpp Qt/debugger: properly updates when we break 2018-05-12 19:04:30 -04:00
ToolBar.h
Translation.cpp
Translation.h
Updater.cpp
Updater.h
WiiUpdate.cpp
WiiUpdate.h