mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
22aa88109f
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. |
||
---|---|---|
.. | ||
AdvancedPane.cpp | ||
AdvancedPane.h | ||
AudioPane.cpp | ||
AudioPane.h | ||
BroadbandAdapterSettingsDialog.cpp | ||
BroadbandAdapterSettingsDialog.h | ||
GameCubePane.cpp | ||
GameCubePane.h | ||
GeneralPane.cpp | ||
GeneralPane.h | ||
InterfacePane.cpp | ||
InterfacePane.h | ||
PathPane.cpp | ||
PathPane.h | ||
USBDeviceAddToWhitelistDialog.cpp | ||
USBDeviceAddToWhitelistDialog.h | ||
WiiPane.cpp | ||
WiiPane.h |