dolphin/Source/Core/Core/HW
Pierre Bourdon 0eb984f030
Merge pull request #11470 from MayImilae/remove-memory-card-path-from-osd-message
Remove Memory Card Path from the Wrote to OSD Message
2023-01-22 08:13:51 +01:00
..
DSPHLE DSPHLE: Add Desert Bus libasnd ucode variants 2022-12-20 10:02:53 -08:00
DSPLLE HW/Memmap: Refactor Memory to class, move to Core::System. 2022-12-03 13:27:02 +01:00
DVD HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
EXI HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
GCMemcard Remove Memory Card Path from the Wrote OSD Message 2023-01-21 21:19:51 -08:00
HSP
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
AudioInterface.cpp HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +01:00
AudioInterface.h HW: Move AudioInterface variables to Core::System. 2022-09-09 04:13:43 +02:00
CPU.cpp VideoCommon/Fifo: Refactor to class, move to Core::System. 2022-12-10 17:16:19 +01:00
CPU.h
DSP.cpp HW/ProcessorInterface: Refactor to class, move to Core::System. 2023-01-04 03:00:10 +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
GBAPad.cpp
GBAPad.h
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
GCKeyboard.h
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
GCPad.h
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: Refactor to class, move to Core::System. 2023-01-06 05:33:21 +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
Memmap.cpp Core: Allocate 2 GiB of guard pages below fastmem area 2023-01-14 20:35:50 +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
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
ProcessorInterface.cpp HW/GPFifo: Refactor to class, move to Core::System. 2023-01-06 05:33:21 +01:00
ProcessorInterface.h HW/ProcessorInterface: Rename member variables to fit naming convention. 2023-01-04 03:17:26 +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
StreamADPCM.h
SystemTimers.cpp CoreTiming: Throttle Before Every Event Using Chrono 2023-01-06 17:21:17 -05:00
SystemTimers.h
VideoInterface.cpp Add VISkip 2023-01-14 01:56:37 -05: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
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
WiiSaveStructs.h