1
0
Fork 0
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:
Michael Scire 2018-05-01 23:24:57 -06:00
parent 3c87c4c3c3
commit 361e9607a9

View file

@ -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 {