.. |
DSPHLE
|
DSPEmulator: Make the IsLLE() member function const-qualified
|
2018-05-29 17:45:07 -04:00 |
DSPLLE
|
Common/DebugInterface: Namespace code under the Common namespace
|
2018-07-09 22:23:57 -04:00 |
DVD
|
Add a delay before automatically switching discs
|
2019-01-04 09:24:41 +01:00 |
EXI
|
mx sram: replace union-with-byte-array with operator[] to make gcc happy.
|
2018-10-01 00:00:20 -07:00 |
GCMemcard
|
Merge pull request #7765 from AdmiralCurtiss/fzero-save-file-out-of-bounds
|
2019-03-11 12:40:03 -04:00 |
SI
|
HW/SI: GCAdapter calibration fix.
|
2019-03-29 06:15:58 -05:00 |
WiimoteCommon
|
WiimoteEmu: Minor IR Camera behavior accuracy fix.
|
2019-02-23 16:40:47 -06:00 |
WiimoteEmu
|
WiimoteReal: Improve state changes and minor code cleanups.
|
2019-03-11 15:46:04 -05:00 |
WiimoteReal
|
WiimoteReal: Improve state changes and minor code cleanups.
|
2019-03-11 15:46:04 -05:00 |
AudioInterface.cpp
|
AudioInterface: Use member initializers where applicable for unions
|
2018-05-30 09:49:28 -04:00 |
AudioInterface.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
CPU.cpp
|
PowerPC: Convert CPUCore enum into an enum class
|
2018-06-15 10:27:59 -04:00 |
CPU.h
|
PowerPC: Convert CPUCore enum into an enum class
|
2018-06-15 10:27:59 -04:00 |
DSP.cpp
|
Core: Remove unnecessary includes
|
2017-06-15 18:52:22 -04:00 |
DSP.h
|
AX-HLE: delay sending interrupt when done processing command list
|
2017-05-19 19:04:06 -07:00 |
GCKeyboard.cpp
|
ControllerInterface: Allow hotplug callbacks to be unregistered and don't reload the entire config from the ini file on hotplug, just update the control references. This should fix a crash on shutdown on Android.
|
2019-01-10 18:32:16 -06:00 |
GCKeyboard.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCKeyboardEmu.cpp
|
QT: Removed iterative input in options groups.
|
2018-06-30 14:38:42 -05:00 |
GCKeyboardEmu.h
|
ControllerEmu: Separate ControlGroup from ControllerEmu
|
2017-02-09 18:18:52 -05:00 |
GCPad.cpp
|
ControllerInterface: Allow hotplug callbacks to be unregistered and don't reload the entire config from the ini file on hotplug, just update the control references. This should fix a crash on shutdown on Android.
|
2019-01-10 18:32:16 -06:00 |
GCPad.h
|
Core: Check for initialized GCPad before resetting rumble
|
2018-03-27 16:26:36 +02:00 |
GCPadEmu.cpp
|
DolphinQt/ControllerEmu: Replace Input Radius/Shape settings with an input calibration "wizard".
|
2019-02-10 07:55:47 -06:00 |
GCPadEmu.h
|
Add ability to reshape analog sticks from square/circle to octagon and make the analog stick mapping indicator pretty.
|
2018-12-27 18:31:46 -06:00 |
GPFifo.cpp
|
Jit64: Inline GP fast check in Cleanup.
|
2017-11-18 17:43:38 +01:00 |
GPFifo.h
|
Jit64: Inline GP fast check in Cleanup.
|
2017-11-18 17:43:38 +01:00 |
HW.cpp
|
PowerPC: Convert CPUCore enum into an enum class
|
2018-06-15 10:27:59 -04:00 |
HW.h
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
Memmap.cpp
|
Common: Add MemArena.h/cpp to the Common namespace
|
2018-05-15 18:27:32 -04:00 |
Memmap.h
|
PowerPC: Move MMU-specifics from PowerPC.h to MMU.h
|
2018-05-17 19:18:55 -04:00 |
MemoryInterface.cpp
|
Core: Remove unnecessary includes
|
2017-06-15 18:52:22 -04: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!
|
2018-04-12 21:28:39 +02:00 |
MMIO.h
|
Reformat all the things!
|
2018-04-12 21:28:39 +02:00 |
MMIOHandlers.h
|
Remove NonCopyable
|
2017-08-22 16:40:34 +02:00 |
ProcessorInterface.cpp
|
ProcessorInterface: Remove prefixed underscores from parameters
|
2018-04-09 03:21:59 -04:00 |
ProcessorInterface.h
|
ProcessorInterface: Remove prefixed underscores from parameters
|
2018-04-09 03:21:59 -04:00 |
Sram.cpp
|
Core: Fix some warnings
|
2019-01-25 21:21:22 +01:00 |
Sram.h
|
mx sram: replace union-with-byte-array with operator[] to make gcc happy.
|
2018-10-01 00:00:20 -07:00 |
StreamADPCM.cpp
|
StreamADPCM: Turn the ADPCM decoder into a class
|
2018-04-09 03:49:18 -04:00 |
StreamADPCM.h
|
StreamADPCM: Turn the ADPCM decoder into a class
|
2018-04-09 03:49:18 -04:00 |
SystemTimers.cpp
|
Core: Fix some warnings
|
2019-01-25 21:21:22 +01:00 |
SystemTimers.h
|
SystemTimers: export performance index from the throttler callback
|
2018-10-27 15:14:59 +02:00 |
VideoInterface.cpp
|
NetPlay: Change "Reduce Polling Rate" to poll twice per frame
|
2018-07-08 06:14:13 -04:00 |
VideoInterface.h
|
FifoPlayer: Generate fake VideoInterface updates
|
2017-11-17 22:11:29 -06:00 |
WII_IPC.cpp
|
IPC: Clear X1 when acknowledging a reply
|
2018-03-16 18:51:08 +01:00 |
WII_IPC.h
|
IPC: Clear X1 when acknowledging a reply
|
2018-03-16 18:51:08 +01:00 |
Wiimote.cpp
|
WiimoteReal: Improve state changes and minor code cleanups.
|
2019-03-11 15:46:04 -05:00 |
Wiimote.h
|
WiimoteReal: Improve state changes and minor code cleanups.
|
2019-03-11 15:46:04 -05:00 |
WiiSave.cpp
|
HW/WiiSave: Fix reversed condition in WriteFiles
|
2018-11-19 06:37:09 -05:00 |
WiiSave.h
|
WiiSave: Move user interaction to UI frontends
|
2018-06-01 20:46:35 +02:00 |
WiiSaveStructs.h
|
NetPlay save data synchronization
|
2018-07-19 18:09:20 -04:00 |