mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-20 22:57:53 -05:00
yuzu_cmd: Eliminate variable shadowing
This commit is contained in:
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user