mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 22:15:46 +00:00
kernel: add InfoType::IoRegionHint
This commit is contained in:
parent
7b8304614c
commit
1cba79d852
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue