summaryrefslogtreecommitdiffstats
path: root/src/citra/emu_window/emu_window_sdl2.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-13Massive removal of unused modulesJames Rowe1-59/+0
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele1-4/+0
2017-03-01InputCommon: add Keyboardwwylele1-6/+0
2016-12-26Frontend: emulate motion sensorwwylele1-0/+5
2016-12-23core: Move emu_window and key_map into coreMerryMage1-1/+1
* Removes circular dependences (common should not depend on core)
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-2/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+3
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-0/+64
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files