mirror of
https://github.com/yuzu-emu/yuzu-mainline.git
synced 2024-12-26 00:55:30 +00:00
SVC: Add 4.0.0+ comment to GetInfoType enum values.
This commit is contained in:
parent
5bc14e791a
commit
3442f4b96a
|
@ -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…
Reference in a new issue