Эх сурвалжийг харах

service: added a error log messages for unimplemented WaitSynchronization

bunnei 12 жил өмнө
parent
commit
870c6146e7

+ 1 - 0
src/core/hle/service/service.h

@@ -115,6 +115,7 @@ public:
      */
      */
     Result WaitSynchronization(bool* wait) {
     Result WaitSynchronization(bool* wait) {
         // TODO(bunnei): ImplementMe
         // TODO(bunnei): ImplementMe
+        ERROR_LOG(OSHLE, "unimplemented function");
         return 0;
         return 0;
     }
     }