diff options
Diffstat (limited to 'src/core/hle/kernel')
| -rw-r--r-- | src/core/hle/kernel/svc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc.h b/src/core/hle/kernel/svc.h index bc471d01e..70148c4fe 100644 --- a/src/core/hle/kernel/svc.h +++ b/src/core/hle/kernel/svc.h | |||
| @@ -47,9 +47,12 @@ enum class GetInfoType : u64 { | |||
| 47 | NewMapRegionSize = 15, | 47 | NewMapRegionSize = 15, |
| 48 | // 3.0.0+ | 48 | // 3.0.0+ |
| 49 | IsVirtualAddressMemoryEnabled = 16, | 49 | IsVirtualAddressMemoryEnabled = 16, |
| 50 | PersonalMmHeapUsage = 17, | ||
| 50 | TitleId = 18, | 51 | TitleId = 18, |
| 51 | // 4.0.0+ | 52 | // 4.0.0+ |
| 52 | PrivilegedProcessId = 19, | 53 | PrivilegedProcessId = 19, |
| 54 | // 5.0.0+ | ||
| 55 | UserExceptionContextAddr = 20, | ||
| 53 | }; | 56 | }; |
| 54 | 57 | ||
| 55 | void CallSVC(u32 immediate); | 58 | void CallSVC(u32 immediate); |