dolphin/Source/Core/Core/HW
Scott Mansell 6d7303993c
Merge pull request #11509 from Sam-Belliveau/improved-speed-counter
Tie Speed to CPU Speed and not VPS
2023-01-30 20:41:03 +13:00
..
DSPHLE DSPHLE: Add Desert Bus libasnd ucode variants 2022-12-20 10:02:53 -08:00
DSPLLE Revert "DSPLLE: Add assertion for bad DMA alignment" 2023-01-28 17:26:47 -08:00
DVD HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
EXI Common: Replace StringBeginsWith/StringEndsWith with std equivalents 2023-01-24 14:58:20 -05:00
GCMemcard Remove Memory Card Path from the Wrote OSD Message 2023-01-21 21:19:51 -08:00
HSP Fix ARAM Expansion Writes 2022-07-26 02:01:25 -07:00
SI HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
WiimoteCommon Wiimote: Separate the Input system state update from the emulated state update. 2022-10-02 23:14:36 +02:00
WiimoteEmu Fix Turntable extension's table range 2023-01-18 19:17:09 -08:00
WiimoteReal Wiimote: Separate the Input system state update from the emulated state update. 2022-10-02 23:14:36 +02:00
AddressSpace.cpp HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
AddressSpace.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AudioInterface.cpp HW/AudioInterface: Avoid ppcState global. 2023-01-27 15:22:46 +01:00
AudioInterface.h HW: Move AudioInterface variables to Core::System. 2022-09-09 04:13:43 +02:00
CPU.cpp HW/CPU: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
CPU.h HW/CPU: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
DSP.cpp HW/DSP: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
DSP.h HW: Move DSP variables to Core::System. 2022-10-02 05:13:55 +02:00
GBACore.cpp AudioCommon: Move sound stream variables to Core::System. 2022-08-31 21:44:21 +02:00
GBACore.h GBA: Add import and export save options to context menu. 2021-11-21 18:08:23 +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 DolphinQt: Add GBA TAS input window 2022-11-21 19:16:30 +01:00
GBAPadEmu.h DolphinQt: Add GBA TAS input window 2022-11-21 19:16:30 +01: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 GCKeyboardEmu: Eliminate unused Options group. 2022-11-11 01:59:09 -06:00
GCKeyboardEmu.h GCKeyboardEmu: Eliminate unused Options group. 2022-11-11 01:59:09 -06: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 DolphinQt: Use input override system for TAS input windows 2022-10-03 22:04:09 +02:00
GCPadEmu.h DolphinQt: Use input override system for TAS input windows 2022-10-03 22:04:09 +02:00
GPFifo.cpp HW/GPFifo: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
GPFifo.h HW/GPFifo: Refactor to class, move to Core::System. 2023-01-06 05:33:21 +01:00
HW.cpp HW/GPFifo: Refactor to class, move to Core::System. 2023-01-06 05:33:21 +01:00
HW.h Core: Pass Netplay SRAM through boot process. 2022-09-19 21:47:12 +02:00
MMIO.cpp HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
MMIO.h HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
MMIOHandlers.h HW: Pass System to MMIO handlers. 2022-11-23 05:52:21 +01:00
Memmap.cpp HW/Memmap: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
Memmap.h Core: Allocate 2 GiB of guard pages below fastmem area 2023-01-14 20:35:50 +01:00
MemoryInterface.cpp HW: Move MemoryInterface variables to Core::System. 2022-10-13 04:28:17 +02:00
MemoryInterface.h HW: Move MemoryInterface variables to Core::System. 2022-10-13 04:28:17 +02:00
ProcessorInterface.cpp HW/ProcessorInterface: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
ProcessorInterface.h HW/ProcessorInterface: Avoid ppcState global. 2023-01-27 15:22:47 +01:00
Sram.cpp HW: Remove global state from functions in Sram.h. 2022-09-19 21:42:43 +02:00
Sram.h HW: Move g_SRAM to System. 2022-09-19 21:47:15 +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 Tie Speed to CPU Speed and not VPS 2023-01-29 13:33:48 -05:00
SystemTimers.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoInterface.cpp Core: Remove FPS, VPS and speed percentage from window title 2023-01-23 21:32:50 +01:00
VideoInterface.h HW: Move VideoInterface variables to Core::System. 2022-10-04 02:25:12 +02:00
WII_IPC.cpp HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
WII_IPC.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
WiiSave.cpp WiiSave: protect against a stack buffer overflow 2022-08-05 17:24:03 -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
Wiimote.cpp Add emulated Shinkansen controller 2022-09-11 17:12:19 +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