..
BBA-TAP
macOS: Add missing includes to fix no-PCH build
2017-01-02 11:45:24 +11: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
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
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
Common: Namespace Network.h/.cpp
2017-01-17 20:46:48 -05: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
EXI_DeviceIPL: Remove m_bNTSC
2017-01-02 21:08:24 +01:00
EXI_DeviceIPL.h
EXI_DeviceIPL: Remove m_bNTSC
2017-01-02 21:08:24 +01:00
EXI_DeviceMemoryCard.cpp
SConfig: Replace bNTSC with m_region
2017-01-02 20:57:48 +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
ColorUtil: Make decodeCI8image's pal parameter const
2017-01-13 17:07:26 -05:00
GCMemcard.h
GCMemcard: Const-correctness changes
2017-01-12 20:01:19 -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
IOS: Reorganise the source files and IPC_HLE→IOS
2017-01-18 20:43:10 +01:00
HW.h
Reformat all the things. Have fun with merge conflicts.
2016-06-24 10:43:46 +02:00
Memmap.cpp
IPC_HLE: Namespace IOS HLE
2017-01-17 20:46:58 -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
Put IOS devices in a namespace and drop WII_IPC_HLE prefix
2017-01-18 21:42:33 +01: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