Damnit, forgot.

This commit is contained in:
Starlet 2019-04-21 13:18:13 -04:00
parent 41cce9b9d0
commit e68ab0018b

View file

@ -177,7 +177,7 @@ namespace Ryujinx.HLE.HOS.Services
case "time:a":
case "time:s":
case "time:u":
return new Time.IStaticService(system.TimeSharedMem);
return new Time.IStaticService();
case "vi:m":
return new IManagerRootService();