mirror of https://github.com/PCSX2/pcsx2.git
ade6a6c3ab
* Make memory search search type handling more clear with enum Adds an enum class to represent the Search type used in a memory search. Prior, this was just handled with an integer to represent each type, but it was very unclear what corresponded to which type at first glance. Made this easier to follow by using an enum to represent the type. * Debugger : Add support for greater than/less than/not equal search types Adds support for basic greater than/greater than or equal/less than/less than or equal/not equal search types for the debugger's Memory Scan. This adds a new input to allow selecting the search comparison type, which defaults to Equals, and allows switching to the above mentioned comparisons. It's set up to allow for adding more easily. Restructures some of the functions to make having multiple comparisons quite manageable. Adds an enum for search comparison types for easy logic handling. * Debugger: Update Array/String search type error to mention not handling Not Equals Currently array/string searches don't support Not Equals searches, so this needs to be removed. * Debugger: Code cleanup + feedback changes Sets up if expressions to use constexpr for compile time evaluation and makes the is greater/less than logic simpler to read for int. Also removes an unneeded QPushButton cast and simply compares the pointers directly. |
||
---|---|---|
.. | ||
Debugger | ||
GameList | ||
Settings | ||
Tools/InputRecording | ||
Translations | ||
resources | ||
AboutDialog.cpp | ||
AboutDialog.h | ||
AboutDialog.ui | ||
AutoUpdaterDialog.cpp | ||
AutoUpdaterDialog.h | ||
AutoUpdaterDialog.ui | ||
CMakeLists.txt | ||
ColorPickerButton.cpp | ||
ColorPickerButton.h | ||
CoverDownloadDialog.cpp | ||
CoverDownloadDialog.h | ||
CoverDownloadDialog.ui | ||
DisplayWidget.cpp | ||
DisplayWidget.h | ||
EarlyHardwareCheck.cpp | ||
MainWindow.cpp | ||
MainWindow.h | ||
MainWindow.ui | ||
PrecompiledHeader.cpp | ||
PrecompiledHeader.h | ||
QtHost.cpp | ||
QtHost.h | ||
QtKeyCodes.cpp | ||
QtProgressCallback.cpp | ||
QtProgressCallback.h | ||
QtUtils.cpp | ||
QtUtils.h | ||
SettingWidgetBinder.h | ||
SetupWizardDialog.cpp | ||
SetupWizardDialog.h | ||
SetupWizardDialog.ui | ||
Themes.cpp | ||
Translations.cpp | ||
pcsx2-qt.vcxproj | ||
pcsx2-qt.vcxproj.filters |