mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
kern: alleviate a little KPort pressure.
This commit is contained in:
parent
287f4e6fa1
commit
eb50e99748
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ namespace ams::sm::impl {
|
|||
|
||||
/* Constexpr definitions. */
|
||||
static constexpr size_t ProcessCountMax = 0x40;
|
||||
static constexpr size_t ServiceCountMax = 0x100;
|
||||
static constexpr size_t ServiceCountMax = 0x100 + 0x10; /* Extra 0x10 services over Nintendo for homebrew. */
|
||||
static constexpr size_t FutureMitmCountMax = 0x20;
|
||||
static constexpr size_t AccessControlSizeMax = 0x200;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue