1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src
James Rowe 3f4a7f8f58 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
2018-09-22 14:13:50 -06:00
..
audio_core Merge pull request #4247 from FearlessTobi/port-1314 2018-09-22 12:02:51 -04:00
citra Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
citra_qt Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
common Merge pull request #4221 from FearlessTobi/port-1238 2018-09-21 12:32:53 -04:00
core Merge pull request #4113 from namkazt/soc_recv_from 2018-09-21 12:33:23 -04:00
dedicated_room Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
input_common Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
video_core gl_stream_buffer: Fix use of bitwise OR instead of logical OR in Map() 2018-09-21 17:20:42 -05:00
web_service Change variable name to web_api_url 2018-09-12 19:07:06 +02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00