mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-28 09:30:58 +01:00
SM: After checking docs, kernelAbove400() -> kernelAbove500()
This commit is contained in:
parent
3c87c4c3c3
commit
361e9607a9
@ -115,7 +115,7 @@ void Registration::CacheInitialProcessIdLimits() {
|
|||||||
if (g_determined_initial_process_ids) {
|
if (g_determined_initial_process_ids) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (kernelAbove400()) {
|
if (kernelAbove500()) {
|
||||||
svcGetSystemInfo(&g_initial_process_id_low, 2, 0, 0);
|
svcGetSystemInfo(&g_initial_process_id_low, 2, 0, 0);
|
||||||
svcGetSystemInfo(&g_initial_process_id_high, 2, 0, 0);
|
svcGetSystemInfo(&g_initial_process_id_high, 2, 0, 0);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user