Add & correct miscellaneous things (#470)

* add some InfoType

* correct OpenApplicationProxy cmd number

* add IDisplayController functions

* fix clang-format

* add more system languages
This commit is contained in:
greggameplayer 2018-05-26 04:31:54 +02:00 committed by bunnei
parent 87f21657f8
commit b16e5c6a81
4 changed files with 55 additions and 4 deletions

View file

@ -47,9 +47,12 @@ enum class GetInfoType : u64 {
NewMapRegionSize = 15,
// 3.0.0+
IsVirtualAddressMemoryEnabled = 16,
PersonalMmHeapUsage = 17,
TitleId = 18,
// 4.0.0+
PrivilegedProcessId = 19,
// 5.0.0+
UserExceptionContextAddr = 20,
};
void CallSVC(u32 immediate);