dolphin/Source/Core
Jonathan Hamilton 8d68adcaf3 Workaround qualcomm driver bug
It seems it doesn't like modifying inout variables in place - so instead
use a temporary for ocol0/ocol1 and only write them once at the end of
the shader
2018-01-05 09:56:46 -08:00
..
AudioCommon AudioCommon: make SetSoundStreamRunning idempotent 2017-11-19 12:09:54 -08:00
Common Require WINDOW_BIT if we have a window handle. 2017-12-29 23:20:16 -05:00
Core Merge pull request #6270 from mahdihijazi/suppport_restore_state 2018-01-05 13:45:36 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Merge pull request #6283 from JosJuice/qt-vs-launch 2018-01-05 15:34:33 +01:00
DolphinWX UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
InputCommon Rename constructor parameters to avoid shadowing members 2017-12-19 12:05:06 +01:00
UICommon UICommon: Move screensaver code to UICommon 2018-01-03 12:38:33 +01:00
VideoBackends Workaround qualcomm driver bug 2018-01-05 09:56:46 -08:00
VideoCommon Workaround qualcomm driver bug 2018-01-05 09:56:46 -08:00
CMakeLists.txt