2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

SVC: Add 4.0.0+ comment to GetInfoType enum values.

This commit is contained in:
Subv 2018-01-15 15:41:16 -05:00 committed by bunnei
parent 5bc14e791a
commit 3442f4b96a

View file

@ -44,6 +44,7 @@ enum class GetInfoType : u64 {
// 3.0.0+
IsVirtualAddressMemoryEnabled = 16,
TitleId = 18,
// 4.0.0+
PrivilegedProcessId = 19,
};