mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue