diff options
author | Liam <byteslice@airmail.cc> | 2023-02-22 21:28:06 -0500 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-03-01 10:42:45 -0500 |
commit | 0746a2084ed78777b3d8ecf7c426a792fba06509 (patch) | |
tree | a4cac5c6029730ded074627b8e6373ec48084288 /src | |
parent | 97f7a560f3905a1dd6a4e5a0a308ea752004bf08 (diff) |
kernel: add InfoType::IoRegionHint
Diffstat (limited to 'src')
-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 { FreeThreadCount = 24, ThreadTickCount = 25, IsSvcPermitted = 26, + IoRegionHint = 27, MesosphereMeta = 65000, MesosphereCurrentProcess = 65001, |