dolphin/Source/Core/Core/HW
2026-01-24 16:50:10 +01:00
..
DSPHLE Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
DSPLLE DSPEmulator: Remove redundant parameter and code 2025-10-26 18:03:31 -07:00
DVD Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
EXI Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
GCMemcard Clean includes 2026-01-24 16:50:10 +01:00
HSP HW/HSP: Refactor to class, move to System. 2023-03-07 02:11:39 +01:00
SI Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
WiimoteCommon WiimoteEmu: Eliminate dynamic memory allocation in speaker data decoding. 2025-03-18 03:12:50 -05:00
WiimoteEmu Merge pull request #14289 from Sintendo/typos 2026-01-17 19:10:50 -05:00
WiimoteReal Merge pull request #14289 from Sintendo/typos 2026-01-17 19:10:50 -05:00
AddressSpace.cpp MMU: Use templates for Read/Write functions 2025-10-08 11:27:06 +02:00
AddressSpace.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
AudioInterface.cpp Migrate SConfig::bWii to System. 2024-01-31 12:54:07 +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 Core: Allow CPUManager::SetStepping to be called from the CPU thread so a call doesn't need to be routed through the host thread on boot. 2025-11-19 02:59:01 -06:00
CPU.h Core: Allow CPUManager::SetStepping to be called from the CPU thread so a call doesn't need to be routed through the host thread on boot. 2025-11-19 02:59:01 -06:00
DSP.cpp Replace 'reinterpret_cast' with 'static_cast' 2024-11-08 07:26:47 +01:00
DSP.h HW/DSP: Refactor to class. 2023-03-09 22:35:29 +01:00
GBACore.cpp GBACore: Fix Pokemon GBA link. 2025-11-26 23:12:20 -06:00
GBACore.h Externals: Update mGBA to latest master. 2025-11-13 17:03:31 -06:00
GBAPad.cpp InputCommon: Use distinct values for profile key 2024-02-04 17:55:08 +01: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 Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
GCKeyboard.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05: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 Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
GCPad.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
GCPadEmu.cpp InputCommon/ControllerEmu: Break out functionality of EmulatedController 2025-03-15 14:30:43 -05:00
GCPadEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GPFifo.cpp HW: Remove calls to GetPointer 2024-03-31 21:58:05 +02:00
GPFifo.h Fix uninitialized variable warnings (C26495) 2023-02-15 19:18:39 -08:00
HW.cpp State: Avoid Global System Accessor 2024-03-01 10:52:50 -08:00
HW.h HW: Pass System to functions. 2023-03-13 18:13:20 +01:00
Memmap.cpp Memmap: Optimize UpdateLogicalMemory by merging mappings 2025-06-21 20:54:05 +02:00
Memmap.h Memmap: Replace GetPointer with GetSpanForAddress 2024-04-20 18:31:08 +02: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
MMIO.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
MMIO.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
MMIOHandlers.h HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
ProcessorInterface.cpp VideoCommon: reset some CP registers during PI_FIFO_RESET 2025-05-05 21:18:37 +01:00
ProcessorInterface.h HW/ProcessorInterface: Store reference to System in class. 2023-03-13 18:13:20 +01:00
Sram.cpp Remove defined-out code 2024-04-15 12:17:35 -07:00
Sram.h Remove redundant semicolons 2024-08-20 14:59:54 +02: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: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle call. PerformanceMetrics: Fixes/Cleanups. 2025-04-02 23:23:51 -05:00
SystemTimers.h Core: Move CountPerformanceMarker to VideoInterface to eliminate a Throttle call. PerformanceMetrics: Fixes/Cleanups. 2025-04-02 23:23:51 -05:00
VideoInterface.cpp Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
VideoInterface.h Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
WII_IPC.cpp WII_IPC: fix homebrew that uses the disc drive 2025-07-19 16:42:15 +01:00
WII_IPC.h Core/IOS/WiiIPC: Refactor to class, move to System. 2024-01-12 06:37:10 +01:00
Wiimote.cpp Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
Wiimote.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
WiiSave.cpp Modernize std::copy with ranges 2024-10-10 00:53:48 -07: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