mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-02 08:25:07 +01:00
Merge pull request #1296 from lioncash/warn
svc: Remove superfluous printf argument
This commit is contained in:
commit
8f39297c53
@ -807,7 +807,7 @@ static ResultCode GetSystemInfo(s64* out, u32 type, s32 param) {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case SystemInfoType::KERNEL_ALLOCATED_PAGES:
|
case SystemInfoType::KERNEL_ALLOCATED_PAGES:
|
||||||
LOG_ERROR(Kernel_SVC, "unimplemented GetSystemInfo type=2 param=%d", type, param);
|
LOG_ERROR(Kernel_SVC, "unimplemented GetSystemInfo type=2 param=%d", param);
|
||||||
*out = 0;
|
*out = 0;
|
||||||
break;
|
break;
|
||||||
case SystemInfoType::KERNEL_SPAWNED_PIDS:
|
case SystemInfoType::KERNEL_SPAWNED_PIDS:
|
||||||
|
Loading…
Reference in New Issue
Block a user