diff options
| author | 2023-02-22 21:28:06 -0500 | |
|---|---|---|
| committer | 2023-03-01 10:42:45 -0500 | |
| commit | 0746a2084ed78777b3d8ecf7c426a792fba06509 (patch) | |
| tree | a4cac5c6029730ded074627b8e6373ec48084288 | |
| parent | Merge pull request #9832 from liamwhite/hle-mp (diff) | |
| download | yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.gz yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.xz yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.zip | |
kernel: add InfoType::IoRegionHint
Diffstat (limited to '')
| -rw-r--r-- | src/core/hle/kernel/svc_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/svc_types.h b/src/core/hle/kernel/svc_types.h index 542c13461..39355d9c4 100644 --- a/src/core/hle/kernel/svc_types.h +++ b/src/core/hle/kernel/svc_types.h | |||
| @@ -151,6 +151,7 @@ enum class InfoType : u32 { | |||
| 151 | FreeThreadCount = 24, | 151 | FreeThreadCount = 24, |
| 152 | ThreadTickCount = 25, | 152 | ThreadTickCount = 25, |
| 153 | IsSvcPermitted = 26, | 153 | IsSvcPermitted = 26, |
| 154 | IoRegionHint = 27, | ||
| 154 | 155 | ||
| 155 | MesosphereMeta = 65000, | 156 | MesosphereMeta = 65000, |
| 156 | MesosphereCurrentProcess = 65001, | 157 | MesosphereCurrentProcess = 65001, |