pcsx2/pcsx2-qt/Settings
Dan McCarthy 84e24a0142 Fix Failing to reload cheats on button press
The Cheats Settings menu was failing to reload cheats when pressing the button. This meant if you enabled a cheat, made changes, and clicked reload, there would be no updates in behavior.

This was due to the reload button getting wired to the function that refreshes the list of cheats, rather than the function that refreshes the list AND reloads the actual enabled cheats.

This now calls the right function and when reloading, any changes thart were saved to the cheat will now be present.
2023-11-17 13:33:20 +10:00
..
AchievementLoginDialog.cpp Achievements: Switch to rc_client 2023-09-24 11:22:22 +10:00
AchievementLoginDialog.h Achievements: Switch to rc_client 2023-09-24 11:22:22 +10:00
AchievementLoginDialog.ui Qt: Add callback for forcing achievements re-login 2023-07-27 20:40:58 +10:00
AchievementSettingsWidget.cpp Achievements: Don't prompt for system reset if enabling Hardcore Mode on a game without achievements/leaderboards 2023-10-25 19:01:47 +10:00
AchievementSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
AchievementSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
AdvancedSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
AdvancedSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
AdvancedSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
AudioSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
AudioSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
AudioSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
BIOSSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
BIOSSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
BIOSSettingsWidget.ui UI: Rename the "Open in Explorer" button to "Open BIOS Folder" 2023-10-03 14:45:06 +10:00
ControllerBindingWidget.ui Qt: Small icon changes to profile buttons 2023-10-17 23:57:02 +01:00
ControllerBindingWidget_DualShock2.ui Qt: Revamped controller preview icon 2023-10-17 23:57:02 +01:00
ControllerBindingWidget_Guitar.ui Qt: Revamped controller preview icon 2023-10-17 23:57:02 +01:00
ControllerBindingWidgets.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerBindingWidgets.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerGlobalSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerGlobalSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerGlobalSettingsWidget.ui DInput: Add option to ignore inversion flag 2023-10-12 12:45:05 +10:00
ControllerLEDSettingsDialog.ui Qt: Add DS4/DS5 LED settings 2023-01-16 14:08:01 +01:00
ControllerMacroEditWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
ControllerMacroWidget.ui Qt: Improve controller settings and add macro UI 2022-08-10 17:25:11 +01:00
ControllerMouseSettingsDialog.ui Qt/Input: Improved how mouse movements are mapped to analog (#7910) 2023-02-11 23:58:58 +00:00
ControllerSettingWidgetBinder.h Misc: Various cleanup 2023-05-13 07:12:12 +01:00
ControllerSettingsWindow.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerSettingsWindow.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
ControllerSettingsWindow.ui Qt: Small icon changes to profile buttons 2023-10-17 23:57:02 +01:00
DEV9DnsHostDialog.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DEV9DnsHostDialog.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DEV9DnsHostDialog.ui GUI/Qt: Minor text corrections, nitpicks (#8213) 2023-03-12 19:34:20 -05:00
DEV9SettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DEV9SettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DEV9SettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
DEV9UiCommon.cpp DEV9: Move helper Qt classes into a separate file 2022-05-31 13:57:24 +01:00
DEV9UiCommon.h DEV9: Move helper Qt classes into a separate file 2022-05-31 13:57:24 +01:00
DebugSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DebugSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
DebugSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
EmulationSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
EmulationSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
EmulationSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
FolderSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
FolderSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
FolderSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
GameCheatSettingsWidget.cpp Fix Failing to reload cheats on button press 2023-11-17 13:33:20 +10:00
GameCheatSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GameCheatSettingsWidget.ui Qt: Remove some unused Form strings 2023-07-01 14:17:29 +10:00
GameFixSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GameFixSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GameFixSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
GameListSettingsWidget.cpp Qt: Fix re-showing Controller Settings 2023-10-17 15:56:35 +10:00
GameListSettingsWidget.h Qt: Put game scanning config in groupbox 2023-10-15 01:11:35 -05:00
GameListSettingsWidget.ui Qt: Move game list display settings below scanning settings 2023-10-15 01:11:35 -05:00
GamePatchDetailsWidget.ui Qt: Remove some unused Form strings 2023-07-01 14:17:29 +10:00
GamePatchSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GamePatchSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GamePatchSettingsWidget.ui Qt: Remove some unused Form strings 2023-07-01 14:17:29 +10:00
GameSummaryWidget.cpp Qt: Show EN and Sorting titles in game summary 2023-10-15 01:11:35 -05:00
GameSummaryWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GameSummaryWidget.ui Qt: Show EN and Sorting titles in game summary 2023-10-15 01:11:35 -05:00
GraphicsSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GraphicsSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
GraphicsSettingsWidget.ui UI: Making some strings translatable 2023-10-02 19:27:55 +10:00
HddCreateQt.cpp DEV9: Add Qt UI 2022-03-25 13:50:25 +00:00
HddCreateQt.h DEV9: Add Qt UI 2022-03-25 13:50:25 +00:00
HotkeySettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
HotkeySettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
InputBindingDialog.cpp Qt: Fix mouse mapping setting not applying to input profiles 2023-09-10 11:19:53 +10:00
InputBindingDialog.h Misc: Various cleanup 2023-05-13 07:12:12 +01:00
InputBindingDialog.ui Qt: Add per-bind sensitivity/deadzone controls (shift-click) 2023-02-09 10:03:55 +01:00
InputBindingWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
InputBindingWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
InterfaceSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
InterfaceSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
InterfaceSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
MemoryCardConvertDialog.cpp UI: Making some strings translatable 2023-10-02 19:27:55 +10:00
MemoryCardConvertDialog.h [SAVEVERSION+] Reimplement PAD system 2023-07-24 16:41:17 +01:00
MemoryCardConvertDialog.ui UI: Delete rogue quote breaking HTML in Memcard Convert dialog 2023-07-31 16:36:14 +01:00
MemoryCardConvertWorker.cpp GUI/Qt: Minor text corrections, nitpicks (#8213) 2023-03-12 19:34:20 -05:00
MemoryCardConvertWorker.h [SAVEVERSION+] Reimplement PAD system 2023-07-24 16:41:17 +01:00
MemoryCardCreateDialog.cpp [SAVEVERSION+] Reimplement PAD system 2023-07-24 16:41:17 +01:00
MemoryCardCreateDialog.h Qt: Rename CreateMemoryCardDialog to MemoryCardCreateDialog 2023-07-06 12:30:35 +10:00
MemoryCardCreateDialog.ui Qt: Rename CreateMemoryCardDialog to MemoryCardCreateDialog 2023-07-06 12:30:35 +10:00
MemoryCardSettingsWidget.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
MemoryCardSettingsWidget.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
MemoryCardSettingsWidget.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
PatchDetailsWidget.ui Qt: Remove some unused Form strings 2023-07-01 14:17:29 +10:00
SettingsWindow.cpp Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
SettingsWindow.h Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
SettingsWindow.ui Qt: Change settings windows from QDialog to QWidget 2023-10-14 21:00:33 +10:00
USBBindingWidget_DrivingForce.ui Qt: Revamped controller preview icon 2023-10-17 23:57:02 +01:00
USBBindingWidget_GTForce.ui Qt: Revamped controller preview icon 2023-10-17 23:57:02 +01:00
USBBindingWidget_GunCon2.ui Qt: Removes stray strings from translations 2023-09-24 19:28:01 +10:00
USBDeviceWidget.ui Qt: Small icon changes to profile buttons 2023-10-17 23:57:02 +01:00