dolphin/Source/Core/DolphinQt/Settings
JosJuice 22aa88109f Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined
This lets us reduce the number of USE_RETRO_ACHIEVEMENTS ifdefs in the
code base, reducing visual clutter. In particular, needing an ifdef for
each call to IsHardcodeModeActive was annoying to me. This also reduces
the risk that someone writes code that accidentally fails to compile
with USE_RETRO_ACHIEVEMENTS disabled.

We could cut down on ifdefs even further by making HardcodeWarningWidget
always exist, but that would result in non-trivial code ending up in the
binary even with USE_RETRO_ACHIEVEMENTS disabled, so I'm leaving it out
of this PR. It's not a lot of code though, so I might end up revisiting
it at some point.
2024-06-06 08:26:20 +02:00
..
AdvancedPane.cpp Core::GetState: Avoid Global System Accessor 2024-04-08 16:23:23 -07:00
AdvancedPane.h DolphinQt/AdvancedPane: Use ConfigBool for MMU, Pause on Panic, and Write-Back Cache. 2023-08-16 19:25:03 +02:00
AudioPane.cpp Core::GetState: Avoid Global System Accessor 2024-04-08 16:23:23 -07:00
AudioPane.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
BroadbandAdapterSettingsDialog.cpp respond to further review feedback 2024-03-17 18:37:55 -07:00
BroadbandAdapterSettingsDialog.h Implement GC modem adapter 2024-03-17 18:37:55 -07:00
GameCubePane.cpp Core::IsRunning: Avoid Global System Accessor 2024-05-01 08:54:17 -07:00
GameCubePane.h Qt/GameCubePane: Display a warning if a GCI folder override is set. 2022-11-22 17:53:20 +01:00
GeneralPane.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
GeneralPane.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
InterfacePane.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
InterfacePane.h InterfacePane: Add BalloonTip to user style combobox 2024-05-31 19:10:30 +02:00
PathPane.cpp Resolve "implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20" warning 2022-08-08 11:25:19 +10:00
PathPane.h Qt: Put Wii SD card path and SD sync folder fields in the WiiPane. 2022-07-11 23:11:41 +02:00
USBDeviceAddToWhitelistDialog.cpp Qt: trigger first USB device scan without a timer 2024-04-11 16:48:10 +02:00
USBDeviceAddToWhitelistDialog.h Remove unused includes of QButtonGroup 2022-02-12 11:40:53 -08:00
WiiPane.cpp Core::GetState: Avoid Global System Accessor 2024-04-08 16:23:23 -07:00
WiiPane.h Add default support for WiiLink + configuration 2023-06-25 14:57:15 -04:00