diff options
| author | 2018-07-31 22:25:49 -0700 | |
|---|---|---|
| committer | 2018-07-31 22:25:49 -0700 | |
| commit | 703663d7619a10c32f4e34164f77180b9de3b901 (patch) | |
| tree | f366a356ae838d9902ae45c3b26422fc0ade496f /src | |
| parent | Merge pull request #871 from bunnei/audio-config (diff) | |
| parent | kernel/thread: Remove unimplemented function prototype (diff) | |
| download | yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.gz yuzu-703663d7619a10c32f4e34164f77180b9de3b901.tar.xz yuzu-703663d7619a10c32f4e34164f77180b9de3b901.zip | |
Merge pull request #882 from lioncash/unused
kernel/thread: Remove unimplemented function prototype
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/kernel/thread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h index a456745a1..3a96db5f3 100644 --- a/src/core/hle/kernel/thread.h +++ b/src/core/hle/kernel/thread.h | |||
| @@ -288,12 +288,6 @@ Thread* GetCurrentThread(); | |||
| 288 | void WaitCurrentThread_Sleep(); | 288 | void WaitCurrentThread_Sleep(); |
| 289 | 289 | ||
| 290 | /** | 290 | /** |
| 291 | * Waits the current thread from an ArbitrateAddress call | ||
| 292 | * @param wait_address Arbitration address used to resume from wait | ||
| 293 | */ | ||
| 294 | void WaitCurrentThread_ArbitrateAddress(VAddr wait_address); | ||
| 295 | |||
| 296 | /** | ||
| 297 | * Stops the current thread and removes it from the thread_list | 291 | * Stops the current thread and removes it from the thread_list |
| 298 | */ | 292 | */ |
| 299 | void ExitCurrentThread(); | 293 | void ExitCurrentThread(); |