yuzu: Implement Vulkan frontend
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization.
This commit is contained in:
parent
8299f1ceef
commit
f92cbc5501
24 changed files with 1105 additions and 187 deletions
|
@ -89,6 +89,10 @@ bool EmuWindow_SDL2::IsOpen() const {
|
|||
return is_open;
|
||||
}
|
||||
|
||||
bool EmuWindow_SDL2::IsShown() const {
|
||||
return is_shown;
|
||||
}
|
||||
|
||||
void EmuWindow_SDL2::OnResize() {
|
||||
int width, height;
|
||||
SDL_GetWindowSize(render_window, &width, &height);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue