aboutsummaryrefslogtreecommitdiff
path: root/src/citra/emu_window/emu_window_sdl2.cpp
AgeCommit message (Expand)Author
2018-01-12Massive removal of unused modulesJames Rowe
2018-01-10frontend: Update for undocked Switch screen layout.bunnei
2017-08-11move MotionEmu from core/frontend to input_common as a InputDevicewwylele
2017-07-16Network: Init Network in SDL and QTB3n30
2017-05-27Move screen size constants from video_core to coreYuri Kunde Schlesner
2017-03-01InputCommon: add Keyboardwwylele
2017-02-23Gui: Change title bar to include build nameJames Rowe
2016-12-26Frontend: emulate motion sensorwwylele
2016-12-23core: Move emu_window and key_map into coreMerryMage
2016-11-05Support additional screen layouts.James Rowe
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-29config: Add a setting for graphics V-Sync.bunnei
2016-05-15Refactor input subsystemwwylele
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot
2016-03-14SDL2: Explicitly use RGB8 color buffer.bunnei
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage