diff options
| author | bunnei <bunneidev@gmail.com> | 2021-05-16 16:33:33 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 16:33:33 -0700 |
| commit | 440eb840ea18352488bd89e08e88d7ee34aab717 (patch) | |
| tree | 60f78ad8af51d95b914fc4a288a7c888c71c1af7 /src/core/file_sys/registered_cache.h | |
| parent | bfe8816f7c2bb4338efff9763a6f7abb1b66977a (diff) | |
| parent | a170aa16b6d609b5e92b41a64711a2899e457135 (diff) | |
Merge pull request #6319 from Morph1984/no-install-base
main: Prevent installing base titles into NAND
Diffstat (limited to 'src/core/file_sys/registered_cache.h')
| -rw-r--r-- | src/core/file_sys/registered_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/registered_cache.h b/src/core/file_sys/registered_cache.h index b31630014..d042aef90 100644 --- a/src/core/file_sys/registered_cache.h +++ b/src/core/file_sys/registered_cache.h @@ -38,6 +38,7 @@ enum class InstallResult { ErrorAlreadyExists, ErrorCopyFailed, ErrorMetaFailed, + ErrorBaseInstall, }; struct ContentProviderEntry { |
