Fix shared fonts for NSO/NRO
This commit is contained in:
parent
701203bedd
commit
585414d1b8
1 changed files with 2 additions and 0 deletions
|
@ -557,6 +557,8 @@ namespace Ryujinx.HLE.HOS
|
||||||
? (IExecutable)new NxRelocatableObject(input)
|
? (IExecutable)new NxRelocatableObject(input)
|
||||||
: new NxStaticObject(input);
|
: new NxStaticObject(input);
|
||||||
|
|
||||||
|
ContentManager.LoadEntries();
|
||||||
|
|
||||||
ProgramLoader.LoadStaticObjects(this, metaData, new IExecutable[] { staticObject });
|
ProgramLoader.LoadStaticObjects(this, metaData, new IExecutable[] { staticObject });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue