1
0
Fork 0
mirror of https://git.h3cjp.net/H3cJP/yuzu.git synced 2024-12-14 23:05:17 +00: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,
};