diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-05-26 19:57:35 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-06-13 18:19:22 -0400 |
commit | b3d6f7bdd841098aa47f367d60c2ac0ab320dd98 (patch) | |
tree | ec64b25f4db7424e8b762beb18239d327a1dea62 /src/yuzu/main.h | |
parent | 12156b199a13d7147f3fe6aebe72ae0c257986a5 (diff) |
yuzu: Eliminate variable shadowing
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 600647015..8cf224c9c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -369,7 +369,7 @@ private: bool emulation_running = false; std::unique_ptr<EmuThread> emu_thread; // The path to the game currently running - QString game_path; + QString current_game_path; bool auto_paused = false; bool auto_muted = false; |