mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
SVC: Add 4.0.0+ comment to GetInfoType enum values.
This commit is contained in:
parent
911ea4451e
commit
24a605cc10
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ enum class GetInfoType : u64 {
|
||||||
// 3.0.0+
|
// 3.0.0+
|
||||||
IsVirtualAddressMemoryEnabled = 16,
|
IsVirtualAddressMemoryEnabled = 16,
|
||||||
TitleId = 18,
|
TitleId = 18,
|
||||||
|
// 4.0.0+
|
||||||
PrivilegedProcessId = 19,
|
PrivilegedProcessId = 19,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue