frontend: qt: bootmanager: Vulkan: Restore support for VK backend.

This commit is contained in:
bunnei 2020-02-17 21:29:12 -05:00
parent 14877b8f35
commit e25297536f
5 changed files with 150 additions and 118 deletions

View file

@ -160,4 +160,6 @@ bool EmuWindow_SDL2_VK::UseStandardLayers(PFN_vkGetInstanceProcAddr vkGetInstanc
}) != layers.end();
}
void EmuWindow_SDL2_VK::Present() {}
void EmuWindow_SDL2_VK::Present() {
// TODO (bunnei): ImplementMe
}