diff options
author | Liam <byteslice@airmail.cc> | 2023-02-23 03:28:06 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-03-01 16:42:45 +0100 |
commit | 0746a2084ed78777b3d8ecf7c426a792fba06509 (patch) | |
tree | a4cac5c6029730ded074627b8e6373ec48084288 | |
parent | Merge pull request #9832 from liamwhite/hle-mp (diff) | |
download | yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.gz yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.bz2 yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.lz yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.xz yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.tar.zst yuzu-0746a2084ed78777b3d8ecf7c426a792fba06509.zip |
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 { FreeThreadCount = 24, ThreadTickCount = 25, IsSvcPermitted = 26, + IoRegionHint = 27, MesosphereMeta = 65000, MesosphereCurrentProcess = 65001, |