summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu_cmd: Fix mismatching controller inputgerman772023-02-041-2/+2
* yuzu_cmd: Fix touch inputgerman772023-02-041-28/+16
* emu_window_sdl2: Respect hidpiAlexander Orzechowski2022-12-131-1/+1
* yuzu-cmd: Fix input callback crash on closegerman772022-11-271-0/+2
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu-cmd: ignore bogus timeous from SDLLiam2022-06-101-1/+9
* input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-231-1/+1
* emu_window_sdl2: Set window size to display dimensions for exclusive fullscreenlat9nq2022-03-151-6/+7
* yuzu_cmd: Use new inputgerman772021-11-251-37/+35
* yuzu-cmd/CMakeLists: Correct attribution for this function.Fernando Sahmkow2021-08-081-0/+1
* yuzu-cmd: hide cursor when in fullscreensan2021-08-011-0/+4
* emu_window: Remove global system instancelat9nq2021-07-301-3/+3
* general: Implement FullscreenMode enumerationlat9nq2021-07-231-2/+2
* yuzu_cmd: Make use of fullscreen_mode settinglat9nq2021-07-221-15/+29
* yuzu-cmd: Fullscreen Improvements (#6656)san2021-07-211-6/+6
* sdl_impl, emu_window: Remove clang ignorelat9nq2021-07-161-8/+0
* perf_stats: Rework FPS counter to be more accurateameerj2021-05-161-1/+1
* emu_window: unsigned -> u32Lioncash2021-04-231-1/+1
* general: Ignore implicit-fallthrough for SDL.hlat9nq2021-04-181-0/+9
* inputCommon: Mouse fixesgerman772021-02-281-3/+21
* yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-141-0/+17
* Add mouse panninggerman2021-02-081-1/+2
* Add mutitouch support for touch screensgerman2021-01-151-6/+6
* Merge pull request #4939 from german77/MouseInputbunnei2020-11-301-4/+4
|\
| * Implement full mouse supportgerman2020-11-261-4/+4
* | Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off main threadcomex2020-11-231-49/+51
|/
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-3/+2
* input_common: Eliminate most global stateLioncash2020-08-271-8/+10
* Fix format error in performance statisticsH27CK2020-04-231-3/+4
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-1/+1
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+4
* SDL: Fix missing headerFernando Sahmkow2019-10-051-0/+1
* Add FPS to SDL title barjroweboy2019-09-221-0/+12
* emu_window: Pass OnMinimalClientAreaChangeRequest argument by copyReinUsesLisp2019-05-261-2/+1
* yuzu_cmd: Split emu_window OpenGL implementation into its own fileReinUsesLisp2019-05-251-156/+15
* yuzu_cmd: Use OpenGL compat when asked in the settingsReinUsesLisp2019-05-171-1/+5
* Merge pull request #2017 from jroweboy/glwidgetbunnei2019-04-141-1/+36
|\
| * SDL Frontend: Add shared context supportJames Rowe2019-01-221-1/+36
* | Input: Remove global variables from SDL InputJames Rowe2019-03-021-8/+5
* | citra_qt: Log settings on launchzhupengfei2019-01-221-0/+1
|/
* gl_rasterizer: Remove extension booleansReinUsesLisp2018-11-291-0/+2
* Removed pre 4.3 ARB extensionsFernandoS272018-11-211-14/+0
* Update OpenGL's backend version from 3.3 to 4.3FernandoS272018-11-211-1/+1
* implemented touch in Qt and SDLNeatNit2018-10-091-2/+46
* yuzu/yuzu_cmd: Add checks for required extension ARB_copy_image.bunnei2018-10-061-0/+2
* Use ARB_multi_bind for uniform buffers (#1287)ReinUsesLisp2018-09-131-0/+2
* gl_rasterizer: Use ARB_texture_storage.Markus Wick2018-09-111-0/+2
* Port #4141 from citra: Joystick hotplug support (#1275)Tobias2018-09-111-1/+6
* gl_rasterizer: Use baseInstance instead of moving the buffer points.bunnei2018-09-081-0/+2
* For SDL FrontendCaptV0rt3x2018-09-071-2/+2
* frontend: Set swap interval to 0fearlessTobi2018-09-061-0/+1
* Added check to see if ARB_texture_mirror_clamp_to_edge is supportedDavid Marcec2018-08-191-0/+2
* Port #3665 from CitrafearlessTobi2018-07-261-0/+2
* Frontend: Check for more required OpenGL extensions during startup.Subv2018-07-221-2/+12
* Port #3335 and #3373 from Citra: "Small SDL fixes" and "Print the actual error preventing SDL from working" (#637)Tobias2018-07-121-3/+3
* Rename logging macro back to LOG_*James Rowe2018-07-031-10/+10
* sdl: add check for GL extension supportBreadFish642018-06-041-0/+23
* string_util: Remove StringFromFormat() and related functionsLioncash2018-04-301-2/+3
* frontends: Move logging macros over to new fmt-capable onesLioncash2018-04-271-4/+4
* SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)adityaruplaha2018-04-211-1/+26
* Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe2018-01-131-2/+0
* Get yuzu sdl to start compilingJames Rowe2018-01-131-4/+2
* Massive removal of unused modulesJames Rowe2018-01-131-0/+177