mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-27 01:24:19 +01:00
kernel: add InfoType::IoRegionHint
This commit is contained in:
parent
97f7a560f3
commit
0746a2084e
@ -151,6 +151,7 @@ enum class InfoType : u32 {
|
|||||||
FreeThreadCount = 24,
|
FreeThreadCount = 24,
|
||||||
ThreadTickCount = 25,
|
ThreadTickCount = 25,
|
||||||
IsSvcPermitted = 26,
|
IsSvcPermitted = 26,
|
||||||
|
IoRegionHint = 27,
|
||||||
|
|
||||||
MesosphereMeta = 65000,
|
MesosphereMeta = 65000,
|
||||||
MesosphereCurrentProcess = 65001,
|
MesosphereCurrentProcess = 65001,
|
||||||
|
Loading…
Reference in New Issue
Block a user