mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:40:08 +00:00
NWM changed to NIM
This commit is contained in:
parent
ad49cec194
commit
ded09dc727
@ -19,7 +19,7 @@ void CheckSysUpdateAvailable(Service::Interface* self) {
|
|||||||
cmd_buff[1] = RESULT_SUCCESS.raw;
|
cmd_buff[1] = RESULT_SUCCESS.raw;
|
||||||
cmd_buff[2] = 0; // No update available
|
cmd_buff[2] = 0; // No update available
|
||||||
|
|
||||||
LOG_WARNING(Service_NWM, "(STUBBED) called");
|
LOG_WARNING(Service_NIM, "(STUBBED) called");
|
||||||
}
|
}
|
||||||
|
|
||||||
void Init() {
|
void Init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user