summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/emu_window
AgeCommit message (Expand)Author
2024-12-31chore: update project branding to citronZephyron
2024-01-05hid_core: Move hid to it's own subprojectNarr the Reg
2023-12-30yuzu_cmd: Report more SDL errorsNikita Strygin
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei
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-13gl_device: Use a more robust way to use strict context modeAlexander Orzechowski
2022-12-13emu_window_sdl2: Respect hidpiAlexander Orzechowski
2022-12-04Merge pull request #9374 from liamwhite/externalsliamwhite
2022-12-04externals: update dynarmic, SDL2Liam
2022-12-03Merge pull request #9344 from liamwhite/nullbunnei
2022-12-02Merge pull request #9303 from liamwhite/new-vulkan-initMatías Locatti
2022-11-28video_core: add null backendLiam
2022-11-27Vulkan: update initializationLiam
2022-11-27yuzu-cmd: Fix input callback crash on closegerman77
2022-11-13Add break for default casesKyle Kienapfel
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-06-13yuzu_cmd: Eliminate variable shadowingMorph
2022-06-10yuzu-cmd: ignore bogus timeous from SDLLiam
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-13Merge pull request #8027 from lat9nq/cmd-fullscreen-sizebunnei
2022-03-20yuzu_cmd: Reduce unused includesameerj
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-07-16emu_window_sdl2_vk: Specify the window manager if it should be supportedlat9nq
2021-07-16emu_window_sdl2_vk: Use the generated SDL configlat9nq
2021-06-05Avoid -Wshadow warningClément Gallet
2021-06-04yuzu-cmd: Fix OpenGL renderingClément Gallet
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-04-14common: Move settings to common from core.bunnei
2021-02-27inputCommon: Mouse fixesgerman77
2021-02-14yuzu: Various frontend improvements to avoid crashes and improve experience o...bunnei
2021-02-11Merge pull request #5869 from german77/mousePanningbunnei
2021-02-07Add mouse panninggerman
2021-02-07renderer_opengl: Update OpenGL backend version requirement to 4.6Morph
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