mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
SM: After checking docs, kernelAbove400() -> kernelAbove500()
This commit is contained in:
parent
3c87c4c3c3
commit
361e9607a9
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void Registration::CacheInitialProcessIdLimits() {
|
|||
if (g_determined_initial_process_ids) {
|
||||
return;
|
||||
}
|
||||
if (kernelAbove400()) {
|
||||
if (kernelAbove500()) {
|
||||
svcGetSystemInfo(&g_initial_process_id_low, 2, 0, 0);
|
||||
svcGetSystemInfo(&g_initial_process_id_high, 2, 0, 0);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue