mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 03:17:56 -05:00
SVC: Implemented the Timer service calls.
This commit is contained in:
@ -39,6 +39,7 @@ enum class HandleType : u32 {
|
||||
Process = 8,
|
||||
AddressArbiter = 9,
|
||||
Semaphore = 10,
|
||||
Timer = 11
|
||||
};
|
||||
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user