dolphin/Source/Core
Lioncash 11a35d47ef Interpreter_SystemRegisters: Ensure FPSCR modifying instructions don't set bit 20
Bit 20 is defined as being reserved and attempts to set it are ignored
by hardware, so we should be doing the same thing.
2018-06-05 16:27:10 -04:00
..
AudioCommon AudioCommon: Implement WASAPI 2018-05-26 13:08:10 +02:00
Common Merge pull request #7027 from leoetlino/cleanup 2018-06-04 20:50:50 +02:00
Core Interpreter_SystemRegisters: Ensure FPSCR modifying instructions don't set bit 20 2018-06-05 16:27:10 -04:00
DiscIO Qt/FilesystemWidget: Add size column 2018-06-02 18:59:56 +02:00
DolphinNoGUI Common: Move host communication enum to Host.h 2018-05-28 14:34:59 -04:00
DolphinQt2 Qt/InfoWidget: Don't prefix maker id with '0x' 2018-06-05 20:25:15 +02:00
DolphinWX Merge pull request #7058 from JosJuice/move-titledatabase-usage 2018-06-04 14:59:05 +02:00
InputCommon Add hotplug support to SDL2 controller backend 2018-06-04 17:50:08 +02:00
UICommon Merge pull request #7058 from JosJuice/move-titledatabase-usage 2018-06-04 14:59:05 +02:00
Updater Updater: Show error when trying to launch directly 2018-05-05 23:32:08 +02:00
VideoBackends Merge pull request #6954 from degasus/coherent 2018-06-05 12:06:17 -07:00
VideoCommon Merge pull request #6954 from degasus/coherent 2018-06-05 12:06:17 -07:00
CMakeLists.txt