mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 06:46:24 +02:00
Ensure service init runs after Horizon constructor (#6342)
This commit is contained in:
parent
167f50bbcd
commit
c43fb92bbf
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue