Jelajahi Sumber

svc: ResetSignal is not stubbed

https://user-images.githubusercontent.com/20753089/48677874-b8e01c80-eb7b-11e8-8043-b99faa29022c.PNG
Tobias 7 tahun lalu
induk
melakukan
13f79cc5bd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/core/hle/kernel/svc.cpp

+ 1 - 1
src/core/hle/kernel/svc.cpp

@@ -1101,7 +1101,7 @@ static ResultCode CloseHandle(Handle handle) {
 
 
 /// Reset an event
 /// Reset an event
 static ResultCode ResetSignal(Handle handle) {
 static ResultCode ResetSignal(Handle handle) {
-    LOG_WARNING(Kernel_SVC, "(STUBBED) called handle 0x{:08X}", handle);
+    LOG_DEBUG(Kernel_SVC, "called handle 0x{:08X}", handle);
 
 
     const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
     const auto& handle_table = Core::CurrentProcess()->GetHandleTable();
     auto event = handle_table.Get<Event>(handle);
     auto event = handle_table.Get<Event>(handle);