summaryrefslogtreecommitdiff
path: root/src/core/hle/service/nim
diff options
context:
space:
mode:
authorGravatar noah the goodra2017-02-06 13:09:30 -0600
committerGravatar noah the goodra2017-02-13 18:34:01 -0600
commitded09dc7278763132a318a30f9674e92d7f6ce54 (patch)
tree604d3200afe0ef9375a28a22f2f3a9ba1c13c2e5 /src/core/hle/service/nim
parentturned clang format back on (diff)
downloadyuzu-ded09dc7278763132a318a30f9674e92d7f6ce54.tar.gz
yuzu-ded09dc7278763132a318a30f9674e92d7f6ce54.tar.xz
yuzu-ded09dc7278763132a318a30f9674e92d7f6ce54.zip
NWM changed to NIM
Diffstat (limited to 'src/core/hle/service/nim')
-rw-r--r--src/core/hle/service/nim/nim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp
index 0be94322c..63c334cb2 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -19,7 +19,7 @@ void CheckSysUpdateAvailable(Service::Interface* self) {
19 cmd_buff[1] = RESULT_SUCCESS.raw; 19 cmd_buff[1] = RESULT_SUCCESS.raw;
20 cmd_buff[2] = 0; // No update available 20 cmd_buff[2] = 0; // No update available
21 21
22 LOG_WARNING(Service_NWM, "(STUBBED) called"); 22 LOG_WARNING(Service_NIM, "(STUBBED) called");
23} 23}
24 24
25void Init() { 25void Init() {