0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +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,
};