mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
pm: Update for 7.0.0
This commit is contained in:
parent
a3adb70a04
commit
4e99eaa590
3 changed files with 17 additions and 1 deletions
|
@ -122,6 +122,9 @@ void ResourceLimitUtils::InitializeLimits() {
|
|||
memcpy(&g_resource_limits, &g_resource_limits_deprecated, sizeof(g_resource_limits));
|
||||
}
|
||||
|
||||
/* 7.0.0+: Nintendo restricts the number of system threads here, from 0x260 -> 0x60. */
|
||||
/* We will not do this. */
|
||||
|
||||
if (kernelAbove600()) {
|
||||
/* NOTE: 5 is a fake type, official code does not do this. */
|
||||
/* This is done for ease of backwards compatibility. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue