summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-30 16:43:58 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-07-30 16:43:58 +0200
commit335de3fdf584de939adebb99c4b960b564a406d5 (patch)
treedf21d0f3663507aafb2d2e39ac0c1e22c819df5b /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h
parentMerge pull request #6767 from ReinUsesLisp/fold-float-pack (diff)
downloadyuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar.gz
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar.bz2
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar.lz
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar.xz
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.tar.zst
yuzu-335de3fdf584de939adebb99c4b960b564a406d5.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2_vk.h3
1 files changed, 2 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 de53844f0..3ea521b2a 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,8 @@ class InputSubsystem;
class EmuWindow_SDL2_VK final : public EmuWindow_SDL2 {
public:
- explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem, bool fullscreen);
+ explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem, Core::System& system,
+ bool fullscreen);
~EmuWindow_SDL2_VK() override;
std::unique_ptr<Core::Frontend::GraphicsContext> CreateSharedContext() const override;