mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
NWM changed to NIM
This commit is contained in:
parent
82ebb9e2d3
commit
b7755931aa
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue