dolphin/Source/Core/Core/HW
Ryan Houdek 54e4d90b6d Fix assert on reset button hit.
Fixes issue 9225.
2016-01-09 11:23:22 -06:00
..
BBA-TAP Support multiple bridge interfaces in Linux. 2016-01-01 02:51:31 -06:00
DSPHLE Catered for the case where ADPCM audio would loop before the end of the stream. Patch by hk.konpie. 2015-12-26 22:57:43 +11:00
DSPLLE DSPCore: Prefix globals with g_ 2015-12-29 10:40:44 -05:00
WiimoteEmu Movie: Reset wiimotes at at start of recording/playback, 2015-12-28 19:44:42 -05:00
WiimoteReal Real Wiimote: Don't delay speaker data. 2015-12-17 23:48:43 +01:00
AudioInterface.cpp
AudioInterface.h
CPU.cpp Synchronize DVDInterface::ChangeDisc with the CPU thread properly. 2015-11-03 12:42:05 +01:00
CPU.h CPU: Convert CCPU into a namespace 2015-10-04 15:15:10 -04:00
DSP.cpp
DSP.h
DVDInterface.cpp DiscIO: Make factory methods return unique_ptrs 2015-12-07 05:57:37 -05:00
DVDInterface.h Move DVDRead from DVDInterface to Boot 2015-11-16 23:22:53 +01:00
DVDThread.cpp DVDThread: Performance logging 2015-11-16 23:22:44 +01:00
DVDThread.h Read disc data asynchronously in DVDThread 2015-11-16 23:22:20 +01:00
EXI_Channel.cpp EXI_Device: Get rid of explicit delete and new 2015-12-12 14:39:40 -05:00
EXI_Channel.h EXI_Device: Get rid of explicit delete and new 2015-12-12 14:39:40 -05:00
EXI_Device.cpp EXI_Device: Get rid of explicit delete and new 2015-12-12 14:39:40 -05:00
EXI_Device.h EXI_Device: Get rid of explicit delete and new 2015-12-12 14:39:40 -05:00
EXI_DeviceAD16.cpp
EXI_DeviceAD16.h
EXI_DeviceAGP.cpp
EXI_DeviceAGP.h EXI_DeviceAGP: Remove unnecessary headers 2015-10-04 13:13:32 -04:00
EXI_DeviceAMBaseboard.cpp
EXI_DeviceAMBaseboard.h
EXI_DeviceEthernet.cpp
EXI_DeviceEthernet.h
EXI_DeviceGecko.cpp
EXI_DeviceGecko.h
EXI_DeviceIPL.cpp Always load system fonts from IPL dump, if available 2015-12-24 15:57:54 -03:00
EXI_DeviceIPL.h Always load system fonts from IPL dump, if available 2015-12-24 15:57:54 -03:00
EXI_DeviceMemoryCard.cpp Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
EXI_DeviceMemoryCard.h
EXI_DeviceMic.cpp Core: Fix build with portaudio enabled and pch disabled 2015-12-13 19:44:54 +01:00
EXI_DeviceMic.h
EXI.cpp EXI: Use std::array and std::unique_ptr for managing channels 2015-12-06 14:51:55 -05:00
EXI.h
GCKeyboard.cpp InputConfig: Clean up controller management 2015-11-19 02:41:33 -05:00
GCKeyboard.h InputConfig: Clean up controller management 2015-11-19 02:41:33 -05:00
GCKeyboardEmu.cpp Merge pull request #3113 from lioncash/input 2015-10-03 18:01:36 -07:00
GCKeyboardEmu.h
GCMemcard.cpp
GCMemcard.h
GCMemcardDirectory.cpp
GCMemcardDirectory.h
GCMemcardRaw.cpp
GCMemcardRaw.h
GCPad.cpp InputConfig: Clean up controller management 2015-11-19 02:41:33 -05:00
GCPad.h InputConfig: Clean up controller management 2015-11-19 02:41:33 -05:00
GCPadEmu.cpp Mark more strings for translation 2015-11-20 11:33:47 +01:00
GCPadEmu.h
GPFifo.cpp
GPFifo.h
HW.cpp Shut down HW in reverse initialization order 2015-11-13 10:43:59 +01:00
HW.h
Memmap.cpp Memmap: Replace ValidCopyRange with GetPointerForRange 2015-11-28 09:26:48 +01:00
Memmap.h Memmap: Replace ValidCopyRange with GetPointerForRange 2015-11-28 09:26:48 +01:00
MemoryInterface.cpp
MemoryInterface.h
MMIO.cpp
MMIO.h
MMIOHandlers.h
ProcessorInterface.cpp Fix assert on reset button hit. 2016-01-09 11:23:22 -06:00
ProcessorInterface.h
SI_Device.cpp Make the Wii U Gamecube adapter work with less magic. 2016-01-05 13:44:37 -06:00
SI_Device.h Make the Wii U Gamecube adapter work with less magic. 2016-01-05 13:44:37 -06:00
SI_DeviceAMBaseboard.cpp Add missing header for sprintf() 2016-01-03 01:30:39 -08:00
SI_DeviceAMBaseboard.h
SI_DeviceDanceMat.cpp
SI_DeviceDanceMat.h
SI_DeviceGBA.cpp
SI_DeviceGBA.h
SI_DeviceGCAdapter.cpp Add a stubbed GCAdapter namespace. 2016-01-06 00:57:08 -06:00
SI_DeviceGCAdapter.h Fix GCPad recalibration shortcut. 2016-01-06 00:41:00 -06:00
SI_DeviceGCController.cpp Fix GCPad recalibration shortcut. 2016-01-06 00:41:00 -06:00
SI_DeviceGCController.h Fix GCPad recalibration shortcut. 2016-01-06 00:41:00 -06:00
SI_DeviceGCSteeringWheel.cpp
SI_DeviceGCSteeringWheel.h
SI_DeviceKeyboard.cpp
SI_DeviceKeyboard.h
SI.cpp SI: Base SI sampling on VSync & horiz lines 2016-01-06 23:47:20 +08:00
SI.h SI: Base SI sampling on VSync & horiz lines 2016-01-06 23:47:20 +08:00
Sram.cpp
Sram.h
StreamADPCM.cpp StreamADPCM: Convert into a namespace 2015-10-08 19:46:55 -04:00
StreamADPCM.h StreamADPCM: Convert into a namespace 2015-10-08 19:46:55 -04:00
SystemTimers.cpp SI: Base SI sampling on VSync & horiz lines 2016-01-06 23:47:20 +08:00
SystemTimers.h
VideoInterface.cpp Rework aspect ratio calculations. 2016-01-09 14:30:46 +13:00
VideoInterface.h Rework aspect ratio calculations. 2016-01-09 14:30:46 +13:00
WII_IPC.cpp
WII_IPC.h
Wiimote.cpp Movie: Reset wiimotes at at start of recording/playback, 2015-12-28 19:44:42 -05:00
Wiimote.h Movie: Reset wiimotes at at start of recording/playback, 2015-12-28 19:44:42 -05:00
WiiSaveCrypted.cpp Mark which Wii root to use in the NAND path code. 2015-10-16 09:10:39 +02:00
WiiSaveCrypted.h