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-nightly/src/citra/emu_window
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
..
emu_window_sdl2.cpp Input: Remove global variables from SDL Input 2018-09-22 14:13:50 -06:00
emu_window_sdl2.h SDL2: Implement fullscreen 2018-04-17 23:22:23 +05:30