summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei1-0/+2
2023-02-04yuzu_cmd: Fix touch inputgerman771-5/+5
2022-11-29video_core: add null backendLiam1-0/+2
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2022-06-14yuzu_cmd: Eliminate variable shadowingMorph1-1/+1
2022-03-20yuzu_cmd: Reduce unused includesameerj1-1/+0
2021-11-25yuzu_cmd: Use new inputgerman771-7/+4
2021-08-01yuzu-cmd: hide cursor when in fullscreensan1-0/+3
2021-07-30emu_window: Remove global system instancelat9nq1-1/+4
2021-04-23emu_window: unsigned -> u32Lioncash1-1/+1
2021-02-28inputCommon: Mouse fixesgerman771-0/+7
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei1-0/+3
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex1-10/+10
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp1-8/+1
2020-08-27input_common: Eliminate most global stateLioncash1-1/+9
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei1-2/+12
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+3
2019-09-22Add FPS to SDL title barjroweboy1-0/+3
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp1-2/+1
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp1-19/+4
2019-01-22SDL Frontend: Add shared context supportJames Rowe1-0/+2
2018-10-09implemented touch in Qt and SDLNeatNit1-0/+12
2018-08-12core: Namespace EmuWindowLioncash1-1/+1
2018-06-04sdl: add check for GL extension supportBreadFish641-0/+3
2018-04-21SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha1-1/+4
2018-01-13Massive removal of unused modulesJames Rowe1-0/+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
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
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