mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 06:57:55 +00:00
yuzu_cmd: Eliminate variable shadowing
This commit is contained in:
parent
6e1f9fa7b8
commit
6cbe898149
5 changed files with 7 additions and 7 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue