mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-05 10:22:33 -07:00
Ensure service init runs after Horizon constructor (#6342)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user