mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 15:28:00 -05:00
yuzu: Eliminate variable shadowing
This commit is contained in:
@ -46,7 +46,7 @@ public:
|
||||
/// Save all button configurations to settings file
|
||||
void ApplyConfiguration();
|
||||
|
||||
void LoadFromFile(FileSys::VirtualFile file);
|
||||
void LoadFromFile(FileSys::VirtualFile file_);
|
||||
|
||||
private:
|
||||
void changeEvent(QEvent* event) override;
|
||||
|
Reference in New Issue
Block a user