Browse Source

kernel: add InfoType::IoRegionHint

nce_cpp
Liam 3 years ago
parent
commit
1cba79d852
  1. 1
      src/core/hle/kernel/svc_types.h

1
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,

Loading…
Cancel
Save