mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 07:12:33 -07:00
yuzu_cmd: Eliminate variable shadowing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user