dolphin/Source/Core/Core/HW
Dentomologist 7d207f7248 WiimoteReal: Remove unused IsReady and IsScannerReady functions
The only call of `IsScannerReady` was removed by
81be0001a9, and most of the `IsReady`
functions were only called by `IsScannerReady`.

The one exception was in `WiimoteScannerLinux`, which is now a private
function instead of inheriting from the one in `WiimoteScannerBackend`.
2026-04-15 14:25:50 -07:00
..
DSPHLE Merge pull request #14253 from JosJuice/dsp-hle-memory 2026-01-25 22:07:59 -05:00
DSPLLE Remove unused imports 2026-01-25 16:12:15 +01:00
DVD Merge pull request #14500 from Sintendo/span2 2026-04-11 14:55:41 -05:00
EXI Use more std::span arguments 2026-03-23 23:55:09 +01:00
GCMemcard Remove unused imports 2026-01-25 16:12:15 +01:00
HSP HW/GBPlayer: Improvements. 2026-04-12 15:06:50 -05:00
MagCard MagneticCardReader: Simplify checksum logic. 2026-03-18 22:39:12 -05:00
SI Merge pull request #14517 from jordan-woyak/event-functor 2026-03-28 16:19:28 -04:00
Triforce Triforce: Rewrite JVS IO board emulation. 2026-03-26 07:02:19 -05:00
WiimoteCommon Remove unused imports 2026-01-25 16:12:15 +01:00
WiimoteEmu Remove unused imports 2026-01-25 16:12:15 +01:00
WiimoteReal WiimoteReal: Remove unused IsReady and IsScannerReady functions 2026-04-15 14:25:50 -07: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 Remove unused imports 2026-01-25 16:12:15 +01: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 HW/HSP: Change Read/Write interface to use span<u8, 32> instead of four calls with swapped u64 values. 2026-04-01 12:26:26 -05:00
DSP.h DSP: Remove HLEMemory functions 2026-01-05 16:15:17 +01:00
GBACore.cpp HW/GBACore: Remove RunFrame function. 2026-04-12 15:06:50 -05:00
GBACore.h HW/GBACore: Remove RunFrame function. 2026-04-12 15:06:50 -05: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 Fix default GBA Select binding on Linux 2026-03-22 13:51:01 +01:00
GBAPadEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCKeyboard.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GCKeyboard.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
GCKeyboardEmu.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GCKeyboardEmu.h Android: Get profile name from core 2023-10-01 18:47:49 +02:00
GCPad.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
GCPad.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
GCPadEmu.cpp HW/GCPad: Make Android default to shaking the device for Triforce coin input. 2026-02-16 00:46:50 -06:00
GCPadEmu.h Triforce: Optimized code 2026-02-15 20:14:14 -06: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 Core: Don't call InitMMIO from MemoryManager::Init 2026-02-04 21:35:22 +01:00
HW.h HW: Pass System to functions. 2023-03-13 18:13:20 +01:00
Memmap.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
Memmap.h Use more std::span arguments 2026-03-23 23:55:09 +01:00
MemoryInterface.cpp Remove unused imports 2026-01-25 16:12:15 +01: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 Remove unused imports 2026-01-25 16:12:15 +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 Move PerformanceMetrics from global variable to System 2026-03-14 16:42:21 +02: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 Move PerformanceMetrics from global variable to System 2026-03-14 16:42:21 +02: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 Remove unused imports 2026-01-25 16:12:15 +01:00
Wiimote.h Core / DolphinQt / InputCommon: reduce the number disk writes when using DynamicInputTextures 2025-03-22 14:53:02 -05:00
WiiSave.cpp Use more std::span arguments 2026-03-23 23:55:09 +01:00
WiiSave.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiSaveStructs.h Use more std::span arguments 2026-03-23 23:55:09 +01:00