diff options
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/registered_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/registered_cache.cpp b/src/core/file_sys/registered_cache.cpp index 0f4d52d35..92417ef70 100644 --- a/src/core/file_sys/registered_cache.cpp +++ b/src/core/file_sys/registered_cache.cpp | |||
| @@ -643,7 +643,7 @@ InstallResult RegisteredCache::InstallEntry(const NSP& nsp, bool overwrite_if_ex | |||
| 643 | 643 | ||
| 644 | Refresh(); | 644 | Refresh(); |
| 645 | if (result) { | 645 | if (result) { |
| 646 | return InstallResult::ErrorAlreadyExists; | 646 | return InstallResult::OverwriteExisting; |
| 647 | } | 647 | } |
| 648 | return InstallResult::Success; | 648 | return InstallResult::Success; |
| 649 | } | 649 | } |