summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.