dolphin/Source/Core/Core/HW
Pierre Bourdon 9ff7125786 Merge pull request #810 from lioncash/controller-interface
InputCommon: Don't base default radius of analog sticks off of their name
2014-08-24 19:58:25 +02:00
..
BBA-TAP mark all local functions as static 2014-07-11 16:07:23 +02:00
DSPHLE Merge pull request #676 from lioncash/zelda-ratio 2014-08-12 14:43:32 -07:00
DSPLLE Common: Get rid of StdConditionVariable, StdMutex, and StdThread. 2014-08-16 23:33:19 -04:00
WiimoteEmu Merge pull request #810 from lioncash/controller-interface 2014-08-24 19:58:25 +02:00
WiimoteReal windows: remove now-extraneous NOMINMAX and WIN32_LEAN_AND_MEAN #defines from dolphin code. 2014-08-23 10:48:48 -07:00
AudioInterface.cpp Core: Turn some includes into forward declarations. 2014-07-27 13:37:09 -04:00
AudioInterface.h DTK: Adjustments attempting to increase accuracy 2014-07-27 03:15:52 +08:00
CPU.cpp Common: Get rid of StdConditionVariable, StdMutex, and StdThread. 2014-08-16 23:33:19 -04:00
CPU.h clang-modernize -use-nullptr 2014-03-09 21:14:26 +01:00
DSP.cpp DSP: General cleanup. No behaviour change. 2014-08-14 09:45:05 +08:00
DSP.h DSP: General cleanup. No behaviour change. 2014-08-14 09:45:05 +08:00
DVDInterface.cpp DTK: Adjustments attempting to increase accuracy 2014-07-27 03:15:52 +08: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.cpp Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI.h Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI_Channel.cpp Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
EXI_Channel.h Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI_Device.cpp Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05:00
EXI_Device.h Revised channel access from EXI_DeviceMemoryCard 2014-07-18 20:06:03 -05: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 Fix leaking exi devices. 2014-07-15 16:15:38 -04:00
EXI_DeviceEthernet.h Added BBA TAP backend for OS X. 2014-04-12 09:51:34 +02:00
EXI_DeviceGecko.cpp Core: Get rid of calls to mem_fn in thread instantiations 2014-08-09 12:46:05 -04:00
EXI_DeviceGecko.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceIPL.cpp Core: Use a std::string in EXI_DeviceIPL instead of a char buffer 2014-07-29 20:05:57 -04:00
EXI_DeviceIPL.h Core: Use a std::string in EXI_DeviceIPL instead of a char buffer 2014-07-29 20:05:57 -04:00
EXI_DeviceMemoryCard.cpp Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
EXI_DeviceMemoryCard.h Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
EXI_DeviceMic.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EXI_DeviceMic.h Common: Get rid of StdConditionVariable, StdMutex, and StdThread. 2014-08-16 23:33:19 -04:00
GCMemcard.cpp Core: Fix bounds checking within GCMemcard.cpp. 2014-07-17 01:33:47 -04:00
GCMemcard.h Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
GCMemcardDirectory.cpp Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
GCMemcardDirectory.h Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
GCMemcardRaw.cpp Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
GCMemcardRaw.h Rewrite raw memcard threading code. Intended to fix issue 7484. 2014-08-17 21:52:40 -07:00
GCPad.cpp GCPadStatus: coalescing magic numbers into consts 2014-07-21 19:56:05 +08:00
GCPad.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
GCPadEmu.cpp Merge pull request #810 from lioncash/controller-interface 2014-08-24 19:58:25 +02:00
GCPadEmu.h InputCommon: Don't base default radius of analog sticks off of their name. 2014-08-15 13:06:56 -04:00
GPFifo.cpp Fix warnings unearthed by #579 2014-07-13 02:16:51 +02:00
GPFifo.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
HW.cpp Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
HW.h Convert some more header inclusions into forward declarations 2014-07-29 20:55:07 -04:00
MMIO.cpp msvc: resolve all warnings in Core. 2014-08-19 22:33:46 -07:00
MMIO.h MMIO: Cleanup Mapping class by using templates instead of macros. 2014-07-27 19:23:19 +02:00
MMIOHandlers.h msvc: resolve all warnings in Core. 2014-08-19 22:33:46 -07:00
Memmap.cpp Core: Simplify Memory::GetString 2014-08-22 01:22:58 -04:00
Memmap.h Core: Simplify Memory::GetString 2014-08-22 01:22:58 -04:00
MemmapFunctions.cpp MMIO: Cleanup Mapping class by using templates instead of macros. 2014-07-27 19:23:19 +02: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
ProcessorInterface.cpp mark all local variables as static 2014-07-11 16:10:20 +02:00
ProcessorInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SI.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
SI.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 avoid the extern keyword in .cpp files 2014-07-11 16:10:20 +02:00
SI_DeviceAMBaseboard.cpp Core: Correct some function casings. 2014-07-15 19:41:50 -04:00
SI_DeviceAMBaseboard.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
SI_DeviceDanceMat.cpp Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
SI_DeviceDanceMat.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
SI_DeviceGBA.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
SI_DeviceGBA.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
SI_DeviceGCController.cpp Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
SI_DeviceGCController.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
SI_DeviceGCSteeringWheel.cpp Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
SI_DeviceGCSteeringWheel.h Change SPADStatus struct name to GCPadStatus 2014-07-10 22:02:38 -04:00
Sram.cpp Core: Correct some function casings. 2014-07-15 19:41:50 -04:00
Sram.h Core: Correct some function casings. 2014-07-15 19:41:50 -04:00
StreamADPCM.cpp mark all local functions as static 2014-07-11 16:07:23 +02:00
StreamADPCM.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SystemTimers.cpp Merge pull request #667 from RachelBryk/remove-audio-limit 2014-07-28 14:38:35 +02:00
SystemTimers.h Core: Fix the license headers for Memmap.h and SystemTimers.h/.cpp 2014-07-24 20:15:43 -04:00
VideoInterface.cpp Implement the correct method for determining field order. 2014-07-17 23:56:23 +12:00
VideoInterface.h VideoInterface: clean up naming and bitfields. 2014-05-05 11:01:15 -07:00
WII_IPC.cpp mark all local variables as static 2014-07-11 16:10:20 +02: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