mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 14:42:32 -07: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