Update Horizon.cs
This commit is contained in:
parent
385799d8d9
commit
02a091cf83
1 changed files with 6 additions and 1 deletions
|
@ -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
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue