Explorar o código

srv::Initialize: Return "success" status code.

bunnei %!s(int64=12) %!d(string=hai) anos
pai
achega
ae93adddd1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/core/hle/service/srv.cpp

+ 4 - 0
src/core/hle/service/srv.cpp

@@ -16,6 +16,10 @@ Handle g_event_handle = 0;
 
 void Initialize(Service::Interface* self) {
     DEBUG_LOG(OSHLE, "called");
+
+    u32* cmd_buff = Service::GetCommandBuffer();
+
+    cmd_buff[1] = 0; // No error
 }
 
 void GetProcSemaphore(Service::Interface* self) {