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