dolphin/Source/Core/Core/Boot
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
..
AncastTypes.h Support for loading Ancast images 2022-10-22 13:35:49 +02:00
Boot.cpp Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
Boot.h DolphinQt: A Ubiquitous Signal For When Symbols Change 2024-03-28 09:57:22 -07:00
Boot_BS2Emu.cpp Eliminate SettingsHandler's `SetBytes` and `Reset` methods 2024-04-23 17:19:01 -07:00
Boot_WiiWAD.cpp Core: Move Emulation IOS instance to System. 2024-02-07 22:07:30 +01:00
DolReader.cpp Core/Boot: Pass around System. 2023-03-08 22:41:43 +01:00
DolReader.h PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
ElfReader.cpp PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
ElfReader.h PPCSymbolDB: Move instance to PowerPCManager 2024-03-13 22:58:14 -07:00
ElfTypes.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00