Ensure service init runs after Horizon constructor (#6342)

This commit is contained in:
gdkchan
2024-02-22 13:55:29 -03:00
committed by GitHub
parent 167f50bbcd
commit c43fb92bbf
2 changed files with 2 additions and 2 deletions

View File

@ -55,6 +55,7 @@ namespace Ryujinx.HLE
Processes = new ProcessLoader(this);
TamperMachine = new TamperMachine();
System.InitializeServices();
System.State.SetLanguage(Configuration.SystemLanguage);
System.State.SetRegion(Configuration.Region);