mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 greggameplayer
					greggameplayer