diff options
| author | 2022-06-13 15:41:36 -0400 | |
|---|---|---|
| committer | 2022-06-13 18:19:23 -0400 | |
| commit | 69d92a19a53d214e0087aa5e18d274ea57e4d57c (patch) | |
| tree | 931e6c86752c259298241452441ed93d225b57e8 /src/yuzu_cmd/emu_window/emu_window_sdl2.h | |
| parent | audio_core: Remove -Werror=unused-parameter (diff) | |
| download | yuzu-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.h | 2 |
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 | ||
| 21 | class EmuWindow_SDL2 : public Core::Frontend::EmuWindow { | 21 | class EmuWindow_SDL2 : public Core::Frontend::EmuWindow { |
| 22 | public: | 22 | public: |
| 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 |