dolphin/Source/Core/Core/HW
Admiral H. Curtiss 2826099808
Merge pull request #12523 from lioncash/fallthrough
Core: Get rid of some unannotated fallthrough cases
2024-01-24 18:40:32 +01:00
..
DSPHLE Core/DSPHLE: Store reference to DSPManager in HLEAccelerator (AX/AXWii). 2024-01-08 10:27:39 +01:00
DSPLLE Remove _M_X86 in favour of _M_X86_64 2023-11-28 23:03:20 +11:00
DVD Core/Movie: Refactor to class, move to System. 2024-01-15 08:05:30 +01:00
EXI EXI_DeviceAGP: Annotate fallthrough with [[fallthrough]] 2024-01-23 16:19:23 -05:00
GCMemcard Fix heap buffer overflow in GCMemcardRaw 2023-10-08 15:13:41 +02:00
HSP HW/HSP: Refactor to class, move to System. 2023-03-07 02:11:39 +01:00
SI Core/Movie: Refactor to class, move to System. 2024-01-15 08:05:30 +01:00
WiimoteCommon Core: Pass sensor bar state into the Wiimote input calculation functions instead of having it access a global. 2024-01-11 06:02:49 +01:00
WiimoteEmu WiimoteEmu: check for __APPLE__ with defined() 2024-01-23 16:40:21 -05:00
WiimoteReal WiimoteReal: Explicitly break instead of fallthrough in IsBalanceBoard() 2024-01-23 16:22:10 -05:00
AddressSpace.cpp Debugger/Memory: Fix unable to search mem2 2023-09-21 23:54:07 -04:00
AddressSpace.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
AudioInterface.cpp Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
AudioInterface.h HW/DVDInterface: Do DTK math in blocks instead of in samples. 2023-03-14 13:19:44 +01:00
CPU.cpp HW/CPU: Remove remaining global system accessors 2023-12-14 16:14:59 -05:00
CPU.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
DSP.cpp Core/DSPHLE: Store reference to System in DSPHLE instances. 2024-01-08 10:23:28 +01:00
DSP.h HW/DSP: Refactor to class. 2023-03-09 22:35:29 +01:00
GBACore.cpp Core/HW/GBACore: Avoid global System accessor. 2024-01-12 07:30:20 +01:00
GBACore.h Core/HW/GBACore: Avoid global System accessor. 2024-01-12 07:30:20 +01:00
GBAPad.cpp Pad: GBA config 2021-07-13 16:42:35 +02:00
GBAPad.h Pad: GBA config 2021-07-13 16:42:35 +02:00
GBAPadEmu.cpp Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GBAPadEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCKeyboard.cpp Pad: GBA config 2021-07-13 16:42:35 +02:00
GCKeyboard.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCKeyboardEmu.cpp Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCKeyboardEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCPad.cpp Pad: GBA config 2021-07-13 16:42:35 +02:00
GCPad.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCPadEmu.cpp Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCPadEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GPFifo.cpp VideoCommon/CommandProcessor: Pass system instance through constructor 2023-12-20 09:02:53 -05:00
GPFifo.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
HW.cpp Core/IOS/WiiIPC: Refactor to class, move to System. 2024-01-12 06:37:10 +01:00
HW.h HW: Pass System to functions. 2023-03-13 18:13:20 +01:00
MMIO.cpp HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
MMIO.h Core/HW/MMIO: Pass System through Read() and Write(). 2024-01-12 08:28:01 +01:00
MMIOHandlers.h HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
Memmap.cpp Core/IOS/WiiIPC: Refactor to class, move to System. 2024-01-12 06:37:10 +01:00
Memmap.h HW/Memmap: Store reference to System in MemoryManager. 2023-03-13 18:13:20 +01:00
MemoryInterface.cpp Resolve [-Wclass-memaccess] 2023-04-12 03:59:57 -05:00
MemoryInterface.h HW/MemoryInterface: Refactor to class. 2023-03-11 00:57:16 +01:00
ProcessorInterface.cpp Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
ProcessorInterface.h HW/ProcessorInterface: Store reference to System in class. 2023-03-13 18:13:20 +01:00
Sram.cpp HW: Remove global state from functions in Sram.h. 2022-09-19 21:42:43 +02:00
Sram.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
StreamADPCM.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
StreamADPCM.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
SystemTimers.cpp Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
SystemTimers.h Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
VideoInterface.cpp Core/Movie: Refactor to class, move to System. 2024-01-15 08:05:30 +01:00
VideoInterface.h Video: polish aspect ratio related code comments to make it clearer 2023-12-18 00:28:14 +02:00
WII_IPC.cpp Core/IOS/WiiIPC: Add missing variables to savestate. 2024-01-12 06:37:11 +01:00
WII_IPC.h Core/IOS/WiiIPC: Refactor to class, move to System. 2024-01-12 06:37:10 +01:00
WiiSave.cpp IOS/ES: Split ESDevice into ESCore and ESDevice. 2023-05-15 20:41:05 +02:00
WiiSave.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiSaveStructs.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
Wiimote.cpp Core/Movie: Refactor to class, move to System. 2024-01-15 08:05:30 +01:00
Wiimote.h Netplay: Completely rewrite Wiimote syncing logic to be similar to the GameCube controller one. 2022-10-02 23:22:02 +02:00