main: Prevent installing base titles into NAND

Many users have been installing their base titles into NAND instead of adding them into the games list. This prevents users from installing any base titles and warns the user about the action.
This commit is contained in:
Morph
2021-05-16 00:24:06 -04:00
parent 9edfd88a8a
commit a170aa16b6
4 changed files with 28 additions and 3 deletions

View File

@ -76,6 +76,7 @@ enum class InstallResult {
Success,
Overwrite,
Failure,
BaseInstallAttempted,
};
enum class ReinitializeKeyBehavior {