Explorar o código

Stub StartSixAxisSensor

gdkchan %!s(int64=8) %!d(string=hai) anos
pai
achega
19564e570b
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      Ryujinx.Core/OsHle/Services/Hid/ServiceHid.cs

+ 10 - 0
Ryujinx.Core/OsHle/Services/Hid/ServiceHid.cs

@@ -18,6 +18,7 @@ namespace Ryujinx.Core.OsHle.IpcServices.Hid
             {
                 {   0, CreateAppletResource                    },
                 {  11, ActivateTouchScreen                     },
+                {  66, StartSixAxisSensor                      },
                 { 100, SetSupportedNpadStyleSet                },
                 { 101, GetSupportedNpadStyleSet                },
                 { 102, SetSupportedNpadIdType                  },
@@ -47,6 +48,15 @@ namespace Ryujinx.Core.OsHle.IpcServices.Hid
             return 0;
         }
 
+        public long StartSixAxisSensor(ServiceCtx Context)
+        {
+            int Handle = Context.RequestData.ReadInt32();
+
+            long AppletResourceUserId = Context.RequestData.ReadInt64();
+
+            return 0;
+        }
+
         public long GetSupportedNpadStyleSet(ServiceCtx Context)
         {
             Context.ResponseData.Write(0);