mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-10 06:28:13 -05:00
kernel: remove KWritableEvent
This commit is contained in:
@ -64,7 +64,7 @@ void IAsyncContext::GetResult(Kernel::HLERequestContext& ctx) {
|
||||
|
||||
void IAsyncContext::MarkComplete() {
|
||||
is_complete.store(true);
|
||||
completion_event->GetWritableEvent().Signal();
|
||||
completion_event->Signal();
|
||||
}
|
||||
|
||||
} // namespace Service::Account
|
||||
|
Reference in New Issue
Block a user