mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 03:57:52 -05:00
yuzu_cmd: Eliminate variable shadowing
This commit is contained in:
@ -18,7 +18,7 @@ class InputSubsystem;
|
||||
|
||||
class EmuWindow_SDL2_VK final : public EmuWindow_SDL2 {
|
||||
public:
|
||||
explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem, Core::System& system,
|
||||
explicit EmuWindow_SDL2_VK(InputCommon::InputSubsystem* input_subsystem_, Core::System& system,
|
||||
bool fullscreen);
|
||||
~EmuWindow_SDL2_VK() override;
|
||||
|
||||
|
Reference in New Issue
Block a user