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 a13ffd5201
commit c3bb08ad31
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 {