dolphin/Source/Core/Core/Boot
JosJuice 0fa15342ec Boot: Fix RetroAchievements for GameCube games launched with IPL
The SetDisc function calls AchievementManager::LoadGame with the game's
volume. Calling AchievementManager::LoadGame again afterwards with
nullptr prevents RetroAchievements from working.
2025-07-26 18:08:19 +02:00
..
AncastTypes.h Support for loading Ancast images 2022-10-22 13:35:49 +02:00
Boot.cpp Boot: Fix RetroAchievements for GameCube games launched with IPL 2025-07-26 18:08:19 +02:00
Boot.h PPCSymbolDB: Add a mutex to prevent m_functions from being accessed by two different threads on boot. 2025-06-25 12:11:46 -07:00
Boot_BS2Emu.cpp Implement endian swapping and lazy decryption of Triforce DI commands 2025-04-21 22:05:25 +10: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 Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ElfReader.cpp Core: Store object name separately for symbols 2024-11-11 12:36:53 -05:00
ElfReader.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
ElfTypes.h linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00