summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
diff options
context:
space:
mode:
authorsan <sander.smid@gmail.com>2021-07-21 20:56:42 +0200
committerGitHub <noreply@github.com>2021-07-21 20:56:42 +0200
commit583a10fdedae0c1f2a787d8dffe98959afb725b5 (patch)
tree96380c8f056cede7434537d92717d204b141ca4c /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
parentMerge pull request #6660 from Morph1984/controller_applet_rev8 (diff)
downloadyuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar.gz
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar.bz2
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar.lz
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar.xz
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.tar.zst
yuzu-583a10fdedae0c1f2a787d8dffe98959afb725b5.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, 1 insertions, 1 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 bdfdc3c6f..de53844f0 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
@@ -19,7 +19,7 @@ class InputSubsystem;
class EmuWindow_SDL2_VK final : public EmuWindow_SDL2 {
public:
- explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem);
+ explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem, bool fullscreen);
~EmuWindow_SDL2_VK() override;
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;