diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-04-02 02:32:58 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2020-04-07 16:32:19 -0300 |
| commit | bf1d66b7c074c02aa8148f2edbdc959082c229e1 (patch) | |
| tree | 744ff7c8db629f73181da21c44ec76ee70cd4e52 /src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp | |
| parent | bc1b4b85b01aee30a14c234143e72ef3435f9660 (diff) | |
yuzu: Drop SDL2 and Qt frontend Vulkan requirements
Create Vulkan instances and surfaces from the Vulkan backend.
Diffstat (limited to 'src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp')
| -rw-r--r-- | src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp b/src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp index a837430cc..8584f6671 100644 --- a/src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp +++ b/src/yuzu_tester/emu_window/emu_window_sdl2_hide.cpp @@ -116,10 +116,6 @@ bool EmuWindow_SDL2_Hide::IsShown() const { return false; } -void EmuWindow_SDL2_Hide::RetrieveVulkanHandlers(void*, void*, void*) const { - UNREACHABLE(); -} - class SDLGLContext : public Core::Frontend::GraphicsContext { public: explicit SDLGLContext() { |
