summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd/emu_window/emu_window_sdl2.h
diff options
context:
space:
mode:
authorGravatar Morph2022-06-13 15:41:36 -0400
committerGravatar Morph2022-06-13 18:19:23 -0400
commit69d92a19a53d214e0087aa5e18d274ea57e4d57c (patch)
tree931e6c86752c259298241452441ed93d225b57e8 /src/yuzu_cmd/emu_window/emu_window_sdl2.h
parentaudio_core: Remove -Werror=unused-parameter (diff)
downloadyuzu-69d92a19a53d214e0087aa5e18d274ea57e4d57c.tar.gz
yuzu-69d92a19a53d214e0087aa5e18d274ea57e4d57c.tar.xz
yuzu-69d92a19a53d214e0087aa5e18d274ea57e4d57c.zip
yuzu_cmd: Eliminate variable shadowing
Diffstat (limited to 'src/yuzu_cmd/emu_window/emu_window_sdl2.h')
-rw-r--r--src/yuzu_cmd/emu_window/emu_window_sdl2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/emu_window/emu_window_sdl2.h b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
index 9746585f5..58b885465 100644
--- a/src/yuzu_cmd/emu_window/emu_window_sdl2.h
+++ b/src/yuzu_cmd/emu_window/emu_window_sdl2.h
@@ -20,7 +20,7 @@ enum class MouseButton;
20 20
21class EmuWindow_SDL2 : public Core::Frontend::EmuWindow { 21class EmuWindow_SDL2 : public Core::Frontend::EmuWindow {
22public: 22public:
23 explicit EmuWindow_SDL2(InputCommon::InputSubsystem* input_subsystem, Core::System& system_); 23 explicit EmuWindow_SDL2(InputCommon::InputSubsystem* input_subsystem_, Core::System& system_);
24 ~EmuWindow_SDL2(); 24 ~EmuWindow_SDL2();
25 25
26 /// Whether the window is still open, and a close request hasn't yet been sent 26 /// Whether the window is still open, and a close request hasn't yet been sent