aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp
AgeCommit message (Expand)Author
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-30yuzu_cmd: Report more SDL errorsNikita Strygin
2023-02-16input_common: Split mouse input into individual devicesNarr the Reg
2023-02-04yuzu_cmd: Fix mismatching controller inputgerman77
2023-02-04yuzu_cmd: Fix touch inputgerman77
2022-12-13emu_window_sdl2: Respect hidpiAlexander Orzechowski
2022-11-27yuzu-cmd: Fix input callback crash on closegerman77
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-10yuzu-cmd: ignore bogus timeous from SDLLiam
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman77
2022-03-15emu_window_sdl2: Set window size to display dimensions for exclusive fullscreenlat9nq
2021-11-24yuzu_cmd: Use new inputgerman77
2021-08-08yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow
2021-08-01yuzu-cmd: hide cursor when in fullscreensan
2021-07-30emu_window: Remove global system instancelat9nq
2021-07-23general: Implement FullscreenMode enumerationlat9nq
2021-07-21yuzu_cmd: Make use of fullscreen_mode settinglat9nq
2021-07-21yuzu-cmd: Fullscreen Improvements (#6656)san
2021-07-16sdl_impl, emu_window: Remove clang ignorelat9nq
2021-05-15perf_stats: Rework FPS counter to be more accurateameerj
2021-04-23emu_window: unsigned -> u32Lioncash
2021-04-18general: Ignore implicit-fallthrough for SDL.hlat9nq
2021-02-27inputCommon: Mouse fixesgerman77
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience o...bunnei
2021-02-07Add mouse panninggerman
2021-01-15Add mutitouch support for touch screensgerman
2020-11-29Merge pull request #4939 from german77/MouseInputbunnei
2020-11-25Implement full mouse supportgerman
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-09-20renderer_opengl: Remove emulated mailbox presentationReinUsesLisp
2020-08-27input_common: Eliminate most global stateLioncash
2020-04-23Fix format error in performance statisticsH27CK
2020-02-25frontend: sdl2: emu_window: Implement separate presentation thread.bunnei
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp
2019-10-04SDL: Fix missing headerFernando Sahmkow
2019-09-22Add FPS to SDL title barjroweboy
2019-05-26emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp
2019-05-25yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp
2019-05-17yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp
2019-04-13Merge pull request #2017 from jroweboy/glwidgetbunnei
2019-03-02Input: Remove global variables from SDL InputJames Rowe
2019-01-22citra_qt: Log settings on launchzhupengfei
2019-01-21SDL Frontend: Add shared context supportJames Rowe
2018-11-28gl_rasterizer: Remove extension booleansReinUsesLisp
2018-11-21Removed pre 4.3 ARB extensionsFernandoS27
2018-11-21Update OpenGL's backend version from 3.3 to 4.3FernandoS27
2018-10-09implemented touch in Qt and SDLNeatNit
2018-10-06yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei
2018-09-12Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp
2018-09-11gl_rasterizer: Use ARB_texture_storage.Markus Wick