mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-11 00:22:32 -07:00
hle: kernel: KThread: Migrate to updated KThreadQueue (part 1).
This commit is contained in:
@@ -161,8 +161,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void Wakeup();
|
||||
|
||||
void SetBasePriority(s32 value);
|
||||
|
||||
[[nodiscard]] ResultCode Run();
|
||||
@@ -380,6 +378,8 @@ public:
|
||||
|
||||
[[nodiscard]] bool IsSignaled() const override;
|
||||
|
||||
void OnTimer();
|
||||
|
||||
static void PostDestroy(uintptr_t arg);
|
||||
|
||||
[[nodiscard]] static ResultCode InitializeDummyThread(KThread* thread);
|
||||
|
Reference in New Issue
Block a user