summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/emu_window (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-07yuzu: Drop SDL2 and Qt frontend Vulkan requirementsReinUsesLisp2-8/+0
Create Vulkan instances and surfaces from the Vulkan backend.
2020-03-26Address review and fix broken yuzu-tester buildJames Rowe2-18/+33
2020-02-26frontend: sdl2: emu_window: Implement separate presentation thread.bunnei2-7/+0
2020-01-29yuzu: Implement Vulkan frontendReinUsesLisp2-1/+21
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
2019-06-10yuzutest: Support multiple tests per executableZach Hilman1-7/+6
2019-06-10yuzu_tester: Add SDL2-based EmuWindow that doesn't show the windowZach Hilman2-0/+164