diff options
| author | 2014-12-20 23:22:53 -0500 | |
|---|---|---|
| committer | 2014-12-20 23:22:53 -0500 | |
| commit | cdfe665a2108fee226d6ab0cca29dec508214de3 (patch) | |
| tree | f480476d15f4b8074f4797f75d3e6aedccca1547 /src/core/hle/kernel/thread.h | |
| parent | Merge pull request #319 from yuriks/travis-apt-cache (diff) | |
| parent | Thread: Wait current thread on svc_SleepThread (diff) | |
| download | yuzu-cdfe665a2108fee226d6ab0cca29dec508214de3.tar.gz yuzu-cdfe665a2108fee226d6ab0cca29dec508214de3.tar.xz yuzu-cdfe665a2108fee226d6ab0cca29dec508214de3.zip | |
Merge pull request #318 from bunnei/simulate-thread-sleep
Thread: Wait current thread on svc_SleepThread
Diffstat (limited to 'src/core/hle/kernel/thread.h')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index ec3b887d4..65e8ef554 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -40,7 +40,6 @@ enum WaitType { | |||
| 40 | WAITTYPE_SEMA, | 40 | WAITTYPE_SEMA, |
| 41 | WAITTYPE_EVENT, | 41 | WAITTYPE_EVENT, |
| 42 | WAITTYPE_THREADEND, | 42 | WAITTYPE_THREADEND, |
| 43 | WAITTYPE_VBLANK, | ||
| 44 | WAITTYPE_MUTEX, | 43 | WAITTYPE_MUTEX, |
| 45 | WAITTYPE_SYNCH, | 44 | WAITTYPE_SYNCH, |
| 46 | WAITTYPE_ARB, | 45 | WAITTYPE_ARB, |