Stubs Again (#439)
* stub/implement audren commands * stub ISelfController get/set IdleTimeDetectonExtension * stub irs * add irs logclass, stub mmu:u irequest 1 * style fixes, addressed comments
This commit is contained in:
parent
caa181edf2
commit
625fc8c0e0
7 changed files with 159 additions and 9 deletions
|
@ -6,6 +6,7 @@ using Ryujinx.HLE.HOS.Services.Bsd;
|
|||
using Ryujinx.HLE.HOS.Services.Caps;
|
||||
using Ryujinx.HLE.HOS.Services.FspSrv;
|
||||
using Ryujinx.HLE.HOS.Services.Hid;
|
||||
using Ryujinx.HLE.HOS.Services.Irs;
|
||||
using Ryujinx.HLE.HOS.Services.Lm;
|
||||
using Ryujinx.HLE.HOS.Services.Mm;
|
||||
using Ryujinx.HLE.HOS.Services.Nfp;
|
||||
|
@ -96,6 +97,9 @@ namespace Ryujinx.HLE.HOS.Services
|
|||
case "hid":
|
||||
return new IHidServer(System);
|
||||
|
||||
case "irs":
|
||||
return new IIrSensorServer();
|
||||
|
||||
case "lm":
|
||||
return new ILogService();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue