mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 06:57:58 -05:00
Use proper install result when overwriting files
This commit is contained in:
@ -643,7 +643,7 @@ InstallResult RegisteredCache::InstallEntry(const NSP& nsp, bool overwrite_if_ex
|
||||
|
||||
Refresh();
|
||||
if (result) {
|
||||
return InstallResult::ErrorAlreadyExists;
|
||||
return InstallResult::OverwriteExisting;
|
||||
}
|
||||
return InstallResult::Success;
|
||||
}
|
||||
|
Reference in New Issue
Block a user