mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-17 22:37:34 +01:00
fixup! hle: kernel: Migrate to KHandleTable.
This commit is contained in:
parent
caa11748c6
commit
57f80c74b6
@ -17,7 +17,7 @@ namespace Kernel {
|
||||
|
||||
class [[nodiscard]] KScopedSchedulerLockAndSleep {
|
||||
public:
|
||||
explicit KScopedSchedulerLockAndSleep(KernelCore& kernel, KThread* t, s64 timeout)
|
||||
explicit KScopedSchedulerLockAndSleep(KernelCore & kernel, KThread * t, s64 timeout)
|
||||
: kernel(kernel), thread(t), timeout_tick(timeout) {
|
||||
// Lock the scheduler.
|
||||
kernel.GlobalSchedulerContext().scheduler_lock.Lock();
|
||||
|
Loading…
Reference in New Issue
Block a user