dolphin/Source/Core/Core/HW
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
..
DSPHLE Merge pull request #12694 from Tilka/zelda4 2024-05-05 14:43:06 +01:00
DSPLLE HW: Remove calls to GetPointer 2024-03-31 21:58:05 +02:00
DVD Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't defined 2024-06-06 08:26:20 +02:00
EXI Merge pull request #12560 from sepalani/bba-poll 2024-05-04 17:43:24 +02:00
GCMemcard
HSP
SI
WiimoteCommon
WiimoteEmu
WiimoteReal port to OpenBSD 2024-04-22 20:50:47 +00:00
AddressSpace.cpp Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
AddressSpace.h
AudioInterface.cpp
AudioInterface.h
CPU.cpp
CPU.h
DSP.cpp HW: Remove calls to GetPointer 2024-03-31 21:58:05 +02:00
DSP.h
GBACore.cpp
GBACore.h
GBAPad.cpp
GBAPad.h
GBAPadEmu.cpp
GBAPadEmu.h
GCKeyboard.cpp
GCKeyboard.h
GCKeyboardEmu.cpp
GCKeyboardEmu.h
GCPad.cpp
GCPad.h
GCPadEmu.cpp
GCPadEmu.h
GPFifo.cpp HW: Remove calls to GetPointer 2024-03-31 21:58:05 +02:00
GPFifo.h
HW.cpp
HW.h
Memmap.cpp Memmap: Replace GetPointer with GetSpanForAddress 2024-04-20 18:31:08 +02:00
Memmap.h Memmap: Replace GetPointer with GetSpanForAddress 2024-04-20 18:31:08 +02:00
MemoryInterface.cpp
MemoryInterface.h
MMIO.cpp
MMIO.h Replace Common::BitCast with std::bit_cast 2024-05-03 18:43:51 -07:00
MMIOHandlers.h
ProcessorInterface.cpp Core::IsRunning: Avoid Global System Accessor 2024-05-01 08:54:17 -07:00
ProcessorInterface.h
Sram.cpp
Sram.h
StreamADPCM.cpp
StreamADPCM.h
SystemTimers.cpp
SystemTimers.h
VideoInterface.cpp Core: Avoid (Some) Global System Accessor 2024-03-18 01:35:42 -07:00
VideoInterface.h
WII_IPC.cpp
WII_IPC.h
Wiimote.cpp Core: Remove RunAsCPUThread 2024-03-23 03:33:26 -07:00
Wiimote.h
WiiSave.cpp
WiiSave.h
WiiSaveStructs.h