yuzu_cmd: Eliminate variable shadowing

This commit is contained in:
Morph 2022-06-13 15:41:36 -04:00
parent 6e1f9fa7b8
commit 6cbe898149
5 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ class InputSubsystem;
class EmuWindow_SDL2_GL final : public EmuWindow_SDL2 {
public:
explicit EmuWindow_SDL2_GL(InputCommon::InputSubsystem* input_subsystem, Core::System& system_,
explicit EmuWindow_SDL2_GL(InputCommon::InputSubsystem* input_subsystem_, Core::System& system_,
bool fullscreen);
~EmuWindow_SDL2_GL();