Explorar o código

NWM changed to NIM

noah the goodra %!s(int64=9) %!d(string=hai) anos
pai
achega
ded09dc727
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/hle/service/nim/nim.cpp

+ 1 - 1
src/core/hle/service/nim/nim.cpp

@@ -19,7 +19,7 @@ void CheckSysUpdateAvailable(Service::Interface* self) {
     cmd_buff[1] = RESULT_SUCCESS.raw;
     cmd_buff[2] = 0; // No update available
 
-    LOG_WARNING(Service_NWM, "(STUBBED) called");
+    LOG_WARNING(Service_NIM, "(STUBBED) called");
 }
 
 void Init() {