summaryrefslogtreecommitdiffstats
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
diff options
context:
space:
mode:
authorMai <mathew1800@gmail.com>2022-06-15 03:08:58 +0200
committerGitHub <noreply@github.com>2022-06-15 03:08:58 +0200
commit103997ee56ebec3f417e93ed42e3047d8005125b (patch)
tree18b81c112665f830371408599ae157fc83936a70 /src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
parentMerge pull request #8462 from liamwhite/dynarmic-profile (diff)
parentexternals: Update cpp-httplib to latest (diff)
downloadyuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar.gz
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar.bz2
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar.lz
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar.xz
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.tar.zst
yuzu-103997ee56ebec3f417e93ed42e3047d8005125b.zip
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
index d5fe35aa0..65455c86e 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2_vk.cpp
@@ -21,9 +21,9 @@
#include <SDL.h>
#include <SDL_syswm.h>
-EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem,
+EmuWindow_SDL2_VK::EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem_,
Core::System& system_, bool fullscreen)
- : EmuWindow_SDL2{input_subsystem, system_} {
+ : EmuWindow_SDL2{input_subsystem_, system_} {
const std::string window_title = fmt::format("yuzu {} | {}-{} (Vulkan)", Common::g_build_name,
Common::g_scm_branch, Common::g_scm_desc);
render_window =