mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Fix Mii maker
This commit is contained in:
parent
6345e6421d
commit
ebe1d183ef
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue