mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 00:27:59 -05:00
SVC: Add 4.0.0+ comment to GetInfoType enum values.
This commit is contained in:
@ -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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user