Thread: Wait current thread on svc_SleepThread
- Removed unused VBLANK sleep mode - Added error log for bad context switch - Renamed VerifyWait to CheckWaitType to be more clear
This commit is contained in:
parent
2e5869c939
commit
4fcdbed9f6
3 changed files with 35 additions and 22 deletions
|
@ -40,7 +40,6 @@ enum WaitType {
|
|||
WAITTYPE_SEMA,
|
||||
WAITTYPE_EVENT,
|
||||
WAITTYPE_THREADEND,
|
||||
WAITTYPE_VBLANK,
|
||||
WAITTYPE_MUTEX,
|
||||
WAITTYPE_SYNCH,
|
||||
WAITTYPE_ARB,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue