dolphin/Source/Core/Core/HW
skidau 0cb9dcb5fc Merge pull request #1520 from JosJuice/dvdinterface-init
DVDInterface: Initialize variables
2014-11-12 12:11:03 +11:00
..
BBA-TAP Make some OSX-only functions static 2014-10-28 08:41:50 -04:00
DSPHLE And clean up this GetPointer() while I'm here. 2014-10-29 23:59:32 +13:00
DSPLLE Fix Indentation in PR 1450. 2014-11-01 15:45:44 +13:00
WiimoteEmu Packed the emu wiimote structs, removed swap16 and removed the speaker amp as the amp was distorting the audio. 2014-11-08 11:33:20 +11:00
WiimoteReal Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
AudioInterface.cpp AudioCommon: Prefix soundStream global with g_ 2014-09-30 03:06:16 -04:00
AudioInterface.h
CPU.cpp Made the "continue", "stepover" and "stepout" functions work when the PC is at a breakpoint 2014-10-26 14:56:02 +11:00
CPU.h
DSP.cpp Remove dumb getPointers that actually want the whole memory block. 2014-10-29 23:51:27 +13:00
DSP.h Added a instant ARAM DMA mode which is enabled automatically when required. 2014-09-27 20:47:29 +10:00
DVDInterface.cpp DVDInterface: Initialize variables 2014-11-09 11:54:04 +01:00
DVDInterface.h
EXI_Channel.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_Channel.h Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_Device.cpp Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
EXI_Device.h
EXI_DeviceAD16.cpp
EXI_DeviceAD16.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceAMBaseboard.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_DeviceAMBaseboard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceEthernet.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_DeviceEthernet.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceGecko.cpp Core: Fix SIGABRT possibility in EXI_DeviceGecko 2014-09-21 21:50:30 -04:00
EXI_DeviceGecko.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceIPL.cpp EXI_DeviceIPL: Fix vertical alignment of IPL arrays 2014-10-26 11:45:56 -04:00
EXI_DeviceIPL.h
EXI_DeviceMemoryCard.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_DeviceMemoryCard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI_DeviceMic.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI_DeviceMic.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
EXI.cpp Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
EXI.h Make EXI use CoreTiming events like everything else instead of having its own slow special check. 2014-11-03 00:28:46 -05:00
GCMemcard.cpp
GCMemcard.h
GCMemcardDirectory.cpp GCMemcardDirectory: Pass std::strings by reference. 2014-10-31 10:17:24 -04:00
GCMemcardDirectory.h GCMemcardDirectory: Pass std::strings by reference. 2014-10-31 10:17:24 -04:00
GCMemcardRaw.cpp
GCMemcardRaw.h
GCPad.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
GCPad.h
GCPadEmu.cpp GCPadEmu/WiimoteEmu: Make some arrays static 2014-10-31 09:51:51 -04:00
GCPadEmu.h
GPFifo.cpp Core: Fix potentially uninitialized variable warnings 2014-11-03 22:21:10 -05:00
GPFifo.h Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
HW.cpp
HW.h
Memmap.cpp MemArena: Rename GrabLowMemSpace to GrabSHMSegment 2014-11-02 16:51:27 -08:00
Memmap.h Memmap: Remove vestigals of the memory-mapped EFB 2014-11-02 16:34:17 -08:00
MemmapFunctions.cpp MemmapFunctions: Remove unused effective_address argument 2014-11-02 16:34:17 -08:00
MemoryInterface.cpp
MemoryInterface.h
MMIO.cpp
MMIO.h
MMIOHandlers.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
ProcessorInterface.cpp Fixed the endianess of the 32bit MMIO reads. 2014-10-31 13:19:52 +11:00
ProcessorInterface.h
SI_Device.cpp Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
SI_Device.h SI_Device: Make GetDeviceNumber and GetDeviceType const. 2014-10-31 09:30:56 -04:00
SI_DeviceAMBaseboard.cpp
SI_DeviceAMBaseboard.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
SI_DeviceDanceMat.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceDanceMat.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGBA.cpp Fix build failing when disabling precompiled headers. 2014-09-19 18:17:51 -04:00
SI_DeviceGBA.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
SI_DeviceGCController.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCController.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCSteeringWheel.cpp Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI_DeviceGCSteeringWheel.h Get rid of netpad and just send the GCPadStatus in netplay. 2014-10-16 13:20:00 -04:00
SI.cpp SI: Fix bounds check in GetDeviceType 2014-09-27 16:44:21 -04:00
SI.h Make input display work properly with netplay. 2014-09-22 12:56:35 -04:00
Sram.cpp
Sram.h
StreamADPCM.cpp
StreamADPCM.h
SystemTimers.cpp
SystemTimers.h
VideoInterface.cpp WIP XFB scaling. 2014-09-19 12:33:15 -05:00
VideoInterface.h Remove some unnecessary semicolons 2014-09-11 13:05:31 -04:00
WII_IPC.cpp
WII_IPC.h
Wiimote.cpp ControllerInterface: Get rid of SetHwnd(), introduce Reinitialize() 2014-10-15 09:29:25 -04:00
Wiimote.h
WiiSaveCrypted.cpp WiiSaveCrypted: Move some function params over to std::string 2014-09-30 20:31:59 -04:00
WiiSaveCrypted.h WiiSaveCrypted: Move some function params over to std::string 2014-09-30 20:31:59 -04:00