summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-26frontend: qt: bootmanager: Vulkan: Restore support for VK backend.bunnei1-1/+3
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei1-3/+4
2020-01-29yuzu_cmd: Fix memcpy on Vulkan handlersReinUsesLisp1-7/+8
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp1-0/+161
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.