mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 19:22:40 +00:00
SVC: Implemented the Timer service calls.
This commit is contained in:
@@ -43,6 +43,7 @@ enum WaitType {
|
||||
WAITTYPE_MUTEX,
|
||||
WAITTYPE_SYNCH,
|
||||
WAITTYPE_ARB,
|
||||
WAITTYPE_TIMER,
|
||||
};
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
Reference in New Issue
Block a user