summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-12-03 20:23:25 +0100
committerGitHub <noreply@github.com>2022-12-03 20:23:25 +0100
commitf77cc6c41272265b08247aa1e2614c050acccc67 (patch)
tree8970dae5c9fce66f051c8bc0fc7faaa4592cadee /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
parentMerge pull request #9300 from ameerj/pch (diff)
parentvideo_core: add null backend (diff)
downloadyuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar.gz
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar.bz2
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar.lz
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar.xz
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.tar.zst
yuzu-f77cc6c41272265b08247aa1e2614c050acccc67.zip
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
index e39ad754d..9467d164a 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
@@ -24,5 +24,3 @@ public:
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;
};
-
-class DummyContext : public Core::Frontend::GraphicsContext {};