mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
pm/fusee: add support for 9.2.0
This commit is contained in:
parent
392c9c3a0b
commit
c4065c976c
4 changed files with 19 additions and 2 deletions
|
@ -63,7 +63,7 @@ namespace ams::kern::init {
|
|||
constexpr size_t SlabCountKTransferMemory = 200;
|
||||
constexpr size_t SlabCountKCodeMemory = 10;
|
||||
constexpr size_t SlabCountKDeviceAddressSpace = 300;
|
||||
constexpr size_t SlabCountKSession = 900;
|
||||
constexpr size_t SlabCountKSession = 933;
|
||||
constexpr size_t SlabCountKLightSession = 100;
|
||||
constexpr size_t SlabCountKObjectName = 7;
|
||||
constexpr size_t SlabCountKResourceLimit = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue