.. |
DSPHLE
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05:00 |
DSPLLE
|
DSPLLE: Remove commented out code
|
2017-03-13 12:36:53 -04:00 |
EXI
|
EXI: Move enum constants into the ExpansionInterface namespace
|
2017-03-16 02:06:29 -04:00 |
GCMemcard
|
GCMemcardRaw: Amend variable naming
|
2017-03-15 00:16:45 -04:00 |
SI
|
Merge pull request #5092 from lioncash/namespace
|
2017-03-18 19:30:38 +13:00 |
WiimoteEmu
|
Move 'Background Input' to controller config dialog
|
2017-03-13 13:43:20 -07:00 |
WiimoteReal
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05: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
|
PowerPC: Convert CoreMode enum into an enum class
|
2017-02-04 19:34:56 -05:00 |
CPU.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
DSP.cpp
|
HW/DSP: Remove prefixed underscores from parameter names
|
2017-03-13 12:27:38 -04:00 |
DSP.h
|
HW/DSP: Remove prefixed underscores from parameter names
|
2017-03-13 12:27:38 -04:00 |
DVDInterface.cpp
|
DVDInterface: Assert IsDiscInside() in GetVolume()
|
2017-03-08 19:27:04 +01:00 |
DVDInterface.h
|
DVDInterface: Remove VolumeIsValid
|
2017-03-08 19:27:00 +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
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCKeyboard.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCKeyboardEmu.cpp
|
Move 'Background Input' to controller config dialog
|
2017-03-13 13:43:20 -07:00 |
GCKeyboardEmu.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCPad.cpp
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCPad.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCPadEmu.cpp
|
Move 'Background Input' to controller config dialog
|
2017-03-13 13:43:20 -07:00 |
GCPadEmu.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GPFifo.cpp
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05:00 |
GPFifo.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
HW.cpp
|
Get rid of a singleton for NAND shared contents
|
2017-02-10 22:46:38 +01:00 |
HW.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
Memmap.cpp
|
Memmap: Replace '0' constant with nullptr
|
2017-03-18 22:35:35 -04:00 |
Memmap.h
|
Memmap: Remove unnecessary const on function declaration parameters
|
2017-03-06 14:08:07 -05: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
|
MMIO: Get rid of a TODO regarding tuples
|
2017-01-27 02:54:07 -05: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 |
Sram.cpp
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05:00 |
Sram.h
|
Sram: Make SRAM dumps const
|
2017-01-30 17:44:03 -05: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
|
Adjust event times after a PPC clock change
|
2017-02-08 16:22:27 +01:00 |
SystemTimers.h
|
IOS: Implement MIOS functionality
|
2017-02-08 15:07:34 +01:00 |
VideoInterface.cpp
|
VideoBackendBase: Convert FieldType into an enum class
|
2017-01-23 03:54:01 -05: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
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
Wiimote.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
WiiSaveCrypted.cpp
|
Common: Move byte swapping utilities into their own header
|
2017-03-03 17:18:18 -05:00 |
WiiSaveCrypted.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |