Fernando Sahmkow
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
|
|
|
@ -71,7 +71,7 @@ EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(Core::System& system, bool fullscreen) |
|
|
|
EmuWindow_SDL2_VK::~EmuWindow_SDL2_VK() = default; |
|
|
|
|
|
|
|
std::unique_ptr<Core::Frontend::GraphicsContext> EmuWindow_SDL2_VK::CreateSharedContext() const { |
|
|
|
return std::make_unique<DummyContext>() |
|
|
|
return std::make_unique<DummyContext>(); |
|
|
|
} |
|
|
|
|
|
|
|
void EmuWindow_SDL2_VK::Present() { |
|
|
|
|