mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-26 10:27:55 -05:00
configure_per_game: Eliminate variable shadowing
This commit is contained in:
@ -39,7 +39,7 @@ class ConfigurePerGame : public QDialog {
|
||||
|
||||
public:
|
||||
// Cannot use std::filesystem::path due to https://bugreports.qt.io/browse/QTBUG-73263
|
||||
explicit ConfigurePerGame(QWidget* parent, u64 title_id, const std::string& file_name,
|
||||
explicit ConfigurePerGame(QWidget* parent, u64 title_id_, const std::string& file_name,
|
||||
Core::System& system_);
|
||||
~ConfigurePerGame() override;
|
||||
|
||||
|
Reference in New Issue
Block a user