Damnit, forgot.
This commit is contained in:
parent
41cce9b9d0
commit
e68ab0018b
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace Ryujinx.HLE.HOS.Services
|
||||||
case "time:a":
|
case "time:a":
|
||||||
case "time:s":
|
case "time:s":
|
||||||
case "time:u":
|
case "time:u":
|
||||||
return new Time.IStaticService(system.TimeSharedMem);
|
return new Time.IStaticService();
|
||||||
|
|
||||||
case "vi:m":
|
case "vi:m":
|
||||||
return new IManagerRootService();
|
return new IManagerRootService();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue