summaryrefslogtreecommitdiff
path: root/src/citra/emu_window/emu_window_sdl2.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-12Massive removal of unused modulesGravatar James Rowe1-177/+0
2018-01-10frontend: Update for undocked Switch screen layout.Gravatar bunnei1-3/+2
2017-08-11move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele1-6/+4
2017-07-16Network: Init Network in SDL and QTGravatar B3n301-0/+4
2017-05-27Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner1-7/+7
2017-03-01InputCommon: add KeyboardGravatar wwylele1-15/+6
2017-02-23Gui: Change title bar to include build nameGravatar James Rowe1-2/+2
2016-12-26Frontend: emulate motion sensorGravatar wwylele1-7/+15
2016-12-23core: Move emu_window and key_map into coreGravatar MerryMage1-1/+1
2016-11-05Support additional screen layouts.Gravatar James Rowe1-4/+1
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-7/+1
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-0/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-10/+15
2016-08-29config: Add a setting for graphics V-Sync.Gravatar bunnei1-0/+1
2016-05-15Refactor input subsystemGravatar wwylele1-3/+4
2016-05-06Frontends, VideoCore: Move glad initialisation to the frontendGravatar Emmanuel Gil Peyrot1-0/+7
2016-03-14SDL2: Explicitly use RGB8 color buffer.Gravatar bunnei1-0/+4
2016-03-02Dependencies: Remove GLFW, Add SDL2Gravatar MerryMage1-0/+167