mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-08 19:12:34 -07:00
Merge PR 12454
This commit is contained in:
@@ -238,7 +238,7 @@ struct KernelCore::Impl {
|
||||
void InitializePreemption(KernelCore& kernel) {
|
||||
preemption_event = Core::Timing::CreateEvent(
|
||||
"PreemptionCallback",
|
||||
[this, &kernel](std::uintptr_t, s64 time,
|
||||
[this, &kernel](s64 time,
|
||||
std::chrono::nanoseconds) -> std::optional<std::chrono::nanoseconds> {
|
||||
{
|
||||
KScopedSchedulerLock lock(kernel);
|
||||
|
Reference in New Issue
Block a user