mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
kern: bump svc limit to 192 from 128
This commit is contained in:
parent
46612156f4
commit
4b9e7c7d27
10 changed files with 100 additions and 30 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
namespace ams::kern::svc {
|
||||
|
||||
static constexpr size_t NumSupervisorCalls = 0x80;
|
||||
static constexpr size_t NumSupervisorCalls = 0xC0;
|
||||
|
||||
#define AMS_KERN_SVC_DECLARE_ENUM_ID(ID, RETURN_TYPE, NAME, ...) \
|
||||
SvcId_##NAME = ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue