Damnit, forgot.

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

View file

@ -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();