dolphin/Source/Core/Core/HW
Lioncash 8078c18a80 Core: Move EXI source files to their own directory
Keeps related source files together and cleans up the root directory of HW
a little bit.
2017-01-20 16:06:35 -05:00
..
DSPHLE DSPHLE: Amend variable casing 2017-01-18 12:44:27 -05:00
DSPLLE DSPLLE: Amend variable casing 2017-01-18 12:50:58 -05:00
EXI Core: Move EXI source files to their own directory 2017-01-20 16:06:35 -05:00
WiimoteEmu Update log types names from IPC_HLE to IOS 2017-01-18 21:43:37 +01:00
WiimoteReal Change "Wiimote" to "Wii Remote" in Logs 2016-11-03 17:58:28 -07:00
AudioInterface.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
AudioInterface.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
CPU.cpp CPU: Fix deadlocks by periodically yielding to the UI message pump. 2016-11-11 13:37:03 +01:00
CPU.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DSP.cpp HW/DSP: Correct prefixes of translation-unit-local variables 2017-01-16 14:53:37 -05:00
DSP.h HW/DSP: Hide the DSP state global 2017-01-16 14:14:03 -05:00
DVDInterface.cpp Update log types names from IPC_HLE to IOS 2017-01-18 21:43:37 +01:00
DVDInterface.h Update log types names from IPC_HLE to IOS 2017-01-18 21:43:37 +01:00
DVDThread.cpp DVDThread: Remove s_dvd_thread_done_working and fix race condition 2016-10-15 15:28:15 +02:00
DVDThread.h DVDInterface: Prepare for reading DTK data in DVDThread 2016-10-15 15:27:54 +02:00
GCKeyboard.cpp Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCKeyboard.h Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCKeyboardEmu.cpp Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCKeyboardEmu.h Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCMemcard.cpp ColorUtil: Make decodeCI8image's pal parameter const 2017-01-13 17:07:26 -05:00
GCMemcard.h Core: Move EXI source files to their own directory 2017-01-20 16:06:35 -05:00
GCMemcardDirectory.cpp GCMemcard: Const-correctness changes 2017-01-12 20:01:19 -05:00
GCMemcardDirectory.h GCMemcard: Const-correctness changes 2017-01-12 20:01:19 -05:00
GCMemcardRaw.cpp GCMemcard: Const-correctness changes 2017-01-12 20:01:19 -05:00
GCMemcardRaw.h GCMemcard: Const-correctness changes 2017-01-12 20:01:19 -05:00
GCPad.cpp Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCPad.h Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
GCPadEmu.cpp Moved the Mic button of the GCPad to its own group. 2016-12-05 18:09:23 -05:00
GCPadEmu.h Moved the Mic button of the GCPad to its own group. 2016-12-05 18:09:23 -05:00
GPFifo.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GPFifo.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
HW.cpp Core: Move EXI source files to their own directory 2017-01-20 16:06:35 -05:00
HW.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Memmap.cpp Core: Move EXI source files to their own directory 2017-01-20 16:06:35 -05:00
Memmap.h Memmap: Drop redundant global bFakeVMEM flag. 2016-10-03 10:15:52 +02:00
MemoryInterface.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
MemoryInterface.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MMIO.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MMIO.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
MMIOHandlers.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ProcessorInterface.cpp Only allow reset/power when core is running 2017-01-19 22:08:13 +01:00
ProcessorInterface.h Shut down Wii software gracefully 2016-10-01 13:06:04 +02:00
SI_Device.cpp Remove AM Baseboard 2016-08-11 12:53:44 +02:00
SI_Device.h Remove AM Baseboard 2016-08-11 12:53:44 +02:00
SI_DeviceDanceMat.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SI_DeviceDanceMat.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SI_DeviceGBA.cpp SI_DeviceGBA: const correctness 2016-07-30 13:30:20 -04:00
SI_DeviceGBA.h SI_DeviceGBA: const correctness 2016-07-30 13:30:20 -04:00
SI_DeviceGCAdapter.cpp HW: Change u8 pad specifier params to int where applicable 2016-10-07 08:14:12 -04:00
SI_DeviceGCAdapter.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SI_DeviceGCController.cpp HW: Change u8 pad specifier params to int where applicable 2016-10-07 08:14:12 -04:00
SI_DeviceGCController.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
SI_DeviceGCSteeringWheel.cpp HW: Change u8 pad specifier params to int where applicable 2016-10-07 08:14:12 -04:00
SI_DeviceGCSteeringWheel.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SI_DeviceKeyboard.cpp GCKeyboard: Return input state by value 2016-08-01 20:58:04 -04:00
SI_DeviceKeyboard.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
SI.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
SI.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Sram.cpp Fix missing includes 2016-10-07 23:46:41 +02:00
Sram.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
StreamADPCM.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
StreamADPCM.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
SystemTimers.cpp Core: Move EXI source files to their own directory 2017-01-20 16:06:35 -05:00
SystemTimers.h Disable changing Custom RTC when game is running 2016-07-19 16:30:00 -04:00
VideoInterface.cpp SConfig: Replace bNTSC with m_region 2017-01-02 20:57:48 +01:00
VideoInterface.h Merge pull request #4544 from JosJuice/region-enum 2017-01-13 09:19:27 +13:00
WII_IPC.cpp IOS: Reorganise the source files and IPC_HLE→IOS 2017-01-18 20:43:10 +01:00
WII_IPC.h IPC_HLE: Namespace IOS HLE 2017-01-17 20:46:58 -05:00
Wiimote.cpp Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
Wiimote.h Add the ability to get partial input group 2016-11-25 02:37:22 -05:00
WiiSaveCrypted.cpp WiiSave: Fixes vector assertions 2016-12-18 19:44:00 +00:00
WiiSaveCrypted.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00