Fix shared fonts for NSO/NRO

This commit is contained in:
Thog 2019-02-12 00:10:25 +01:00
parent 701203bedd
commit 585414d1b8
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6

View file

@ -557,6 +557,8 @@ namespace Ryujinx.HLE.HOS
? (IExecutable)new NxRelocatableObject(input)
: new NxStaticObject(input);
ContentManager.LoadEntries();
ProgramLoader.LoadStaticObjects(this, metaData, new IExecutable[] { staticObject });
}
}