mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 16:25:45 +00:00
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:
parent
a13ffd5201
commit
c3bb08ad31
4 changed files with 28 additions and 3 deletions
|
@ -76,6 +76,7 @@ enum class InstallResult {
|
|||
Success,
|
||||
Overwrite,
|
||||
Failure,
|
||||
BaseInstallAttempted,
|
||||
};
|
||||
|
||||
enum class ReinitializeKeyBehavior {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue