summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* externals: update dynarmic, SDL2Liam2022-12-041-6/+0
* Vulkan: update initializationLiam2022-11-271-15/+12
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
* yuzu_cmd: Eliminate variable shadowingMorph2022-06-141-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* yuzu_cmd: Reduce unused includesameerj2022-03-201-2/+0
* yuzu-cmd: hide cursor when in fullscreensan2021-08-011-0/+1
* emu_window: Remove global system instancelat9nq2021-07-301-2/+3
* yuzu-cmd: Fullscreen Improvements (#6656)san2021-07-211-1/+5
* sdl_impl, emu_window: Remove clang ignorelat9nq2021-07-161-9/+0
* emu_window_sdl2_vk: Specify the window manager if it should be supportedlat9nq2021-07-161-0/+15
* emu_window_sdl2_vk: Use the generated SDL configlat9nq2021-07-161-0/+6
* general: Ignore implicit-fallthrough for SDL.hlat9nq2021-04-181-0/+8
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* yuzu: Various frontend improvements to avoid crashes and improve experience on Linux.bunnei2021-02-141-0/+2
* renderer_opengl: Remove emulated mailbox presentationReinUsesLisp2020-09-201-7/+2
* input_common: Eliminate most global stateLioncash2020-08-271-2/+3
* Add missing ;H27CK2020-04-221-1/+1
* Init SDL info structure and add dummy contextH27CK2020-04-221-1/+2
* yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2020-04-071-119/+40
* Frontend/GPU: Refactor context managementJames Rowe2020-03-251-8/+0
* frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei2020-02-261-1/+3
* frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2020-02-261-3/+4
* yuzu_cmd: Fix memcpy on Vulkan handlersReinUsesLisp2020-01-291-7/+8
* yuzu: Implement Vulkan frontendReinUsesLisp2020-01-291-0/+161