dolphin/Source/Core/Core/HW
2014-06-26 20:01:07 -04:00
..
BBA-TAP Added BBA TAP backend for OS X. 2014-04-12 09:51:34 +02:00
DSPHLE Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
DSPLLE Centralize the logging code into its own folder in Common. 2014-06-25 22:11:42 -04:00
WiimoteEmu Remove an unused variable. 2014-06-18 20:25:21 -04:00
WiimoteReal Use a bool instead of an int to represent the initialized state in IOWin.cpp 2014-05-24 19:43:11 -04:00
AudioInterface.cpp AudioCommon: restore support for DTK volume setting. 2014-06-26 16:56:57 -07:00
AudioInterface.h Try to make DTK rewrite handle events the same way as the old code. 2014-06-18 13:09:55 -07:00
CPU.cpp Common: Move the Event class to a separate file, and add tests for it. Fix includes everywhere to match this. 2014-04-14 10:54:07 +02:00
CPU.h clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
DSP.cpp Move audio handling out of DSP emulation. 2014-03-29 11:19:32 -07:00
DSP.h Move UDSPControl structure into DSP.h . 2014-03-29 11:19:19 -07:00
DVDInterface.cpp Try to make DTK rewrite handle events the same way as the old code. 2014-06-18 13:09:55 -07:00
DVDInterface.h Try to make DTK rewrite handle events the same way as the old code. 2014-06-18 13:09:55 -07:00
EXI_Channel.cpp Remove unused EXI update functions. 2014-06-06 20:30:36 -04:00
EXI_Channel.h Remove unused EXI update functions. 2014-06-06 20:30:36 -04:00
EXI_Device.cpp first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
EXI_Device.h first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
EXI_DeviceAD16.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
EXI_DeviceAD16.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
EXI_DeviceAMBaseboard.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceAMBaseboard.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
EXI_DeviceEthernet.cpp Added BBA TAP backend for OS X. 2014-04-12 09:51:34 +02:00
EXI_DeviceEthernet.h Added BBA TAP backend for OS X. 2014-04-12 09:51:34 +02:00
EXI_DeviceGecko.cpp Replace use of the deprecated mem_fun function with mem_fn. 2014-04-01 12:09:22 -04:00
EXI_DeviceGecko.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceIPL.cpp clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
EXI_DeviceIPL.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
EXI_DeviceMemoryCard.cpp GCI Folder: correctly identify region of sysmenu 2014-06-23 19:58:27 -07:00
EXI_DeviceMemoryCard.h first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
EXI_DeviceMic.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceMic.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
EXI.cpp Remove unused EXI update functions. 2014-06-06 20:30:36 -04:00
EXI.h Remove unused EXI update functions. 2014-06-06 20:30:36 -04:00
GCMemcard.cpp first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCMemcard.h first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCMemcardDirectory.cpp first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCMemcardDirectory.h first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCMemcardRaw.cpp first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCMemcardRaw.h first implementation of memcard from directory, creates a memory card from USERDIR/GC/<REGION>/Card <A/B> 2014-06-22 18:03:52 -07:00
GCPad.cpp Explicitly center the X and Y joystick values. 2014-05-24 20:10:41 -04:00
GCPad.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GCPadEmu.cpp Explicitly center the X and Y joystick values. 2014-05-24 20:10:41 -04:00
GCPadEmu.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
GPFifo.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
GPFifo.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
HW.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
HW.h Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
Memmap.cpp Memmap: get rid of unused junk. 2014-05-25 18:07:09 -07:00
Memmap.h Memmap: get rid of unused junk. 2014-05-25 18:07:09 -07:00
MemmapFunctions.cpp Memmap: get rid of unused junk. 2014-05-25 18:07:09 -07:00
MemoryInterface.cpp MemoryInterface: properly register region MMIOs. 2014-03-14 21:52:45 +01:00
MemoryInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
MMIO.cpp MMIO: Lazy-initialize read/write handlers since most are not actually used 2014-05-18 17:37:33 +02:00
MMIO.h MMIO: Lazy-initialize read/write handlers since most are not actually used 2014-05-18 17:37:33 +02:00
MMIOHandlers.h MMIO: Lazy-initialize read/write handlers since most are not actually used 2014-05-18 17:37:33 +02:00
ProcessorInterface.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
ProcessorInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SI_Device.cpp Kill off replaceable usages of s[n]printf. 2014-06-18 19:53:38 -04:00
SI_Device.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SI_DeviceAMBaseboard.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
SI_DeviceAMBaseboard.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
SI_DeviceDanceMat.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
SI_DeviceDanceMat.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SI_DeviceGBA.cpp Fix more header sorting issues in Core/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
SI_DeviceGBA.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
SI_DeviceGCController.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
SI_DeviceGCController.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
SI_DeviceGCSteeringWheel.cpp Fixes spacing for "for", "while", "switch" and "if" 2014-03-11 00:35:07 +13:00
SI_DeviceGCSteeringWheel.h clang-modernize -add-override 2014-03-09 21:12:01 +01:00
SI.cpp Remove the min/max functions in CommonFuncs. 2014-05-29 21:44:41 -04:00
SI.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Sram.cpp Change IPL horizontal offset from +5 to 0. 2014-04-18 23:31:44 -05:00
Sram.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
StreamADPCM.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
StreamADPCM.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SystemTimers.cpp IPCHLE: improve HLE timing. 2014-06-14 10:02:46 -07:00
SystemTimers.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
VideoInterface.cpp VideoInterface: clean up naming and bitfields. 2014-05-05 11:01:15 -07:00
VideoInterface.h VideoInterface: clean up naming and bitfields. 2014-05-05 11:01:15 -07:00
WII_IPC.cpp IPCHLE: clean up spelling. 2014-06-14 10:03:49 -07:00
WII_IPC.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Wiimote.cpp Save an unsaved wiimote variable to save states. 2014-06-20 09:35:47 -04:00
Wiimote.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00