dolphin/Source/Core/Core/HW
JMC47 4787b25a7f
Merge pull request #10741 from Pokechu22/audio-dma-one-block-at-a-time
DSP: Copy audio dma samples one block at a time
2022-10-24 01:43:22 -04:00
..
DSPHLE Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
DSPLLE DSPLLE: Remove dead DSPSymbolDB. 2022-09-03 22:20:24 +02:00
DVD Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
EXI Remove most uses of StringFromFormat in favor of fmt 2022-10-12 16:50:47 -07:00
GCMemcard GCMemcard: Remove manual std::vector handling in DoState 2022-10-06 11:25:36 -07:00
HSP Fix ARAM Expansion Writes 2022-07-26 02:01:25 -07:00
SI HW: Move SerialInterface variables to Core::System. 2022-10-06 22:08:20 +02:00
WiimoteCommon Wiimote: Separate the Input system state update from the emulated state update. 2022-10-02 23:14:36 +02:00
WiimoteEmu WiimoteEmu: Change Shinkansen Start/Select to START/SELECT 2022-10-23 21:50:54 +02:00
WiimoteReal Wiimote: Separate the Input system state update from the emulated state update. 2022-10-02 23:14:36 +02:00
AddressSpace.cpp Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
AddressSpace.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
AudioInterface.cpp Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
AudioInterface.h HW: Move AudioInterface variables to Core::System. 2022-09-09 04:13:43 +02:00
CPU.cpp GDB Stub: do not send a packet when we just connected 2022-01-02 04:35:55 -05:00
CPU.h GDBStub: Refactor the whole code 2021-10-21 08:26:50 -04:00
DSP.cpp DSP: Copy audio dma samples one block at a time 2022-10-22 11:44:38 -07: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 Pad: GBA config 2021-07-13 16:42:35 +02:00
GBAPadEmu.h Pad: GBA config 2021-07-13 16:42:35 +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 treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GCKeyboardEmu.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +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 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 Add a more detailed comment about SPR_WPAR's BNE bit 2022-07-22 22:22:34 -07:00
GPFifo.h Add a more detailed comment about SPR_WPAR's BNE bit 2022-07-22 22:22:34 -07:00
HW.cpp HW/MemoryInterface: Add data to savestates and initialize on boot. 2022-10-07 01:31:56 +02:00
HW.h Core: Pass Netplay SRAM through boot process. 2022-09-19 21:47:12 +02:00
Memmap.cpp Memmap: Remove unused IO size field 2022-10-07 17:24:51 -07:00
Memmap.h Memmap: Remove unused IO size field 2022-10-07 17:24:51 -07: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
MMIO.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MMIO.h Create constant for GPFifo physical address 2022-07-22 22:22:33 -07:00
MMIOHandlers.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ProcessorInterface.cpp HW: Use unsigned indices in RegisterMMIO where applicable 2022-10-11 09:27:34 -04:00
ProcessorInterface.h ProcessorInterface: Implement PI_FIFO_RESET 2022-05-13 14:20:14 -07: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 ThrottleCallback: correct units in log 2022-08-02 22:24:06 -07:00
SystemTimers.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoInterface.cpp VideoInterface: Simplify VideoInterface savestate code 2022-10-13 15:21:22 -04:00
VideoInterface.h HW: Move VideoInterface variables to Core::System. 2022-10-04 02:25:12 +02:00
WII_IPC.cpp Common/PointerWrap: Remove DoPOD 2022-10-06 11:25:36 -07:00
WII_IPC.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02: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
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