Create the Nintendont directory if it's missing
This commit is contained in:
parent
74edae1df1
commit
1d7ec570fa
1 changed files with 4 additions and 2 deletions
|
@ -661,6 +661,8 @@ int FeatureSettingsMenu::GetMenuInternal()
|
|||
}
|
||||
else
|
||||
{
|
||||
// Create the directory if it doesn't exist
|
||||
CreateSubfolder(Settings.NINLoaderPath);
|
||||
// Rename existing boot.dol file to boot.bak
|
||||
if (CheckFile(NINUpdatePath))
|
||||
RenameFile(NINUpdatePath, NINUpdatePathBak);
|
||||
|
|
Loading…
Add table
Reference in a new issue