yuzu_cmd: Eliminate variable shadowing

This commit is contained in:
Morph 2022-06-13 15:41:36 -04:00
parent 8671aa8dd0
commit 69d92a19a5
5 changed files with 7 additions and 7 deletions

View file

@ -20,7 +20,7 @@ enum class MouseButton;
class EmuWindow_SDL2 : public Core::Frontend::EmuWindow {
public:
explicit EmuWindow_SDL2(InputCommon::InputSubsystem* input_subsystem, Core::System& system_);
explicit EmuWindow_SDL2(InputCommon::InputSubsystem* input_subsystem_, Core::System& system_);
~EmuWindow_SDL2();
/// Whether the window is still open, and a close request hasn't yet been sent