mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-10-06 22:52:13 -07: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