Update Horizon.cs

This commit is contained in:
LDj3SNuD 2019-09-10 23:10:54 +02:00 committed by GitHub
parent 385799d8d9
commit 02a091cf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
using ARMeilleure.Translation.AOT;
using LibHac;
using LibHac.Fs;
using LibHac.Fs.NcaUtils;
@ -516,6 +517,10 @@ namespace Ryujinx.HLE.HOS
ContentManager.LoadEntries();
Logger.PrintInfo(LogClass.Loader, "AOT Init...");
Aot.Init(TitleID, !UseLegacyJit);
ProgramLoader.LoadStaticObjects(this, metaData, staticObjects.ToArray());
}
@ -730,4 +735,4 @@ namespace Ryujinx.HLE.HOS
}
}
}
}
}