1
0
Fork 0
forked from suyu/suyu
suyu/src
James Rowe 09ac66388c Input: Remove global variables from SDL Input
Changes the interface as well to remove any unique methods that
frontends needed to call such as StartJoystickEventHandler by
conditionally starting the polling thread only if the frontend hasn't
started it already. Additionally, moves all global state into a single
SDLState class in order to guarantee that the destructors are called in
the proper order
2019-03-02 19:09:34 +01:00
..
audio_core audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 2019-02-27 16:14:53 -05:00
common common/math_util: Move contents into the Common namespace 2019-02-27 03:38:39 -05:00
core Merge pull request #2180 from lioncash/audren 2019-03-01 09:50:14 -05:00
input_common Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
tests core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
video_core Merge pull request #2182 from bunnei/my-wasted-friday 2019-03-02 00:57:15 -05:00
web_service compatdb: Use a seperate endpoint for testcase submission 2018-10-28 13:23:02 +01:00
yuzu Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
yuzu_cmd Input: Remove global variables from SDL Input 2019-03-02 19:09:34 +01:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00