Fix Mii maker

This commit is contained in:
Stossy11 2025-03-06 12:09:38 +11:00
parent 6345e6421d
commit ebe1d183ef
2 changed files with 1 additions and 1 deletions

View File

@ -1205,7 +1205,7 @@ namespace Ryujinx.Headless.SDL2
}
if (option.InputPath == "MiiMaker") {
string contentPath = _contentManager.GetInstalledContentPath(0x0100000000001000, StorageId.BuiltInSystem, NcaContentType.Program);
string contentPath = _contentManager.GetInstalledContentPath(0x0100000000001009, StorageId.BuiltInSystem, NcaContentType.Program);
option.InputPath = contentPath;
}