dolphin/Source/Core/Core/HW
Pokechu22 3024ca2146 Suppress memcpy writing to an object with no trivial copy-assignment warnings
We need to copy padding in most of these cases, and the objects are trivially copyable; however, BitField prevents trivial copy-assignment.
2023-02-09 16:23:49 -08: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 DVDInterface: Fix warning: declaration of ‘state’ shadows a previous local 2023-02-09 16:23:02 -08:00
EXI EXI_DeviceEthernet: Fix warning: operation on ‘current_rwp’ may be undefined [-Wsequence-point] 2023-02-09 16:23:01 -08:00
GCMemcard GCMemcardDirectory: Fix variable shadowing warning 2023-02-09 16:23:01 -08:00
HSP
SI SerialInterface: Fix warning: declaration of ‘state’ shadows a previous local 2023-02-09 16:23:01 -08:00
WiimoteCommon Wiimote: Separate the Input system state update from the emulated state update. 2022-10-02 23:14:36 +02:00
WiimoteEmu Suppress memcpy writing to an object with no trivial copy-assignment warnings 2023-02-09 16:23:49 -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 AudioInterface: Fix warning: declaration of ‘state’ shadows a previous local 2023-02-09 16:23:02 -08: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 DSP: Fix warning: declaration of ‘state’ shadows a previous local 2023-02-09 16:23:02 -08:00
DSP.h HW: Move DSP variables to Core::System. 2022-10-02 05:13:55 +02:00
GBACore.cpp
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: 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
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 Suppress memcpy writing to an object with no trivial copy-assignment warnings 2023-02-09 16:23:49 -08: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/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
StreamADPCM.h
SystemTimers.cpp Tie Speed to CPU Speed and not VPS 2023-01-29 13:33:48 -05:00
SystemTimers.h
VideoInterface.cpp VideoInterface: Fix warning: declaration of ‘state’ shadows a previous local 2023-02-09 16:23:01 -08: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.h
WiiSaveStructs.h