dolphin/Source/Core/Core/HW
BhaaL 23d99f2f2c specify custom brace style to fix unions
BreakBeforeBraces: Allman apparently includes all styles,
except for AfterUnion (which is false) when using clang-format -dump-config
2017-01-05 12:55:13 +01:00
..
BBA-TAP macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
DSPHLE specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
DSPLLE DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
WiimoteEmu specify custom brace style to fix unions 2017-01-05 12:55:13 +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 specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
DSP.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
DVDInterface.cpp specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
DVDInterface.h DVDInterface: Prepare for reading DTK data in DVDThread 2016-10-15 15:27:54 +02: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
EXI_Channel.cpp EXI_Channel: Change m_pDevices to m_devices 2016-07-15 01:43:06 -04:00
EXI_Channel.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
EXI_Device.cpp Remove AM Baseboard 2016-08-11 12:53:44 +02:00
EXI_Device.h Remove AM Baseboard 2016-08-11 12:53:44 +02:00
EXI_DeviceAD16.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
EXI_DeviceAD16.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
EXI_DeviceAGP.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
EXI_DeviceAGP.h EXI_DeviceAGP: Correct constness for CRC8 parameter 2016-07-18 01:41:45 -04:00
EXI_DeviceEthernet.cpp Fix incorrect byte order when writing 3byte data to BBA_WRTXFIFOD 2016-10-13 23:33:17 +09:00
EXI_DeviceEthernet.h EXI_DeviceEthernet: Correct constness of function parameters 2016-07-18 01:36:04 -04:00
EXI_DeviceGecko.cpp Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
EXI_DeviceGecko.h Use Common::Flag and Common::Event when possible 2016-08-10 16:08:15 +02:00
EXI_DeviceIPL.cpp Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
EXI_DeviceIPL.h EXI_DeviceIPL: Unify GetGCTime epoch handling 2016-10-29 18:30:00 +02:00
EXI_DeviceMemoryCard.cpp Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
EXI_DeviceMemoryCard.h EXI_DeviceMemoryCard: Use CoreTiming/DoState correctly 2016-09-03 14:55:45 +10:00
EXI_DeviceMic.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
EXI_DeviceMic.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
EXI.cpp EXI_DeviceMemoryCard: Use CoreTiming/DoState correctly 2016-09-03 14:55:45 +10:00
EXI.h CoreTiming: Merge ScheduleEvent variants into one function 2016-08-11 12:45:57 +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 Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
GCMemcard.h Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
GCMemcardDirectory.cpp Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
GCMemcardDirectory.h Remove incorrect usage of "ASCII" and "ANSI" 2016-12-26 15:49:39 +01:00
GCMemcardRaw.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
GCMemcardRaw.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02: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 Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
HW.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Memmap.cpp Memmap: Drop redundant global bFakeVMEM flag. 2016-10-03 10:15:52 +02: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 Shut down Wii software gracefully 2016-10-01 13:06:04 +02: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 Change "Wiimote" to "Wii Remote" in Logs 2016-11-03 17:58:28 -07:00
SystemTimers.h Disable changing Custom RTC when game is running 2016-07-19 16:30:00 -04:00
VideoInterface.cpp AVIDump: Move CoreTiming into caller. 2016-10-10 12:03:18 +02:00
VideoInterface.h specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
WII_IPC.cpp Reorganise a ton of logs level 2016-10-01 15:50:28 -04:00
WII_IPC.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02: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