mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 04:17:52 -05:00
kernel: remove KWritableEvent
This commit is contained in:
@ -239,7 +239,7 @@ public:
|
||||
};
|
||||
RegisterHandlers(functions);
|
||||
|
||||
event->GetWritableEvent().Signal();
|
||||
event->Signal();
|
||||
}
|
||||
|
||||
~IAudioDevice() override {
|
||||
@ -325,7 +325,7 @@ private:
|
||||
void QueryAudioDeviceSystemEvent(Kernel::HLERequestContext& ctx) {
|
||||
LOG_DEBUG(Service_Audio, "(STUBBED) called");
|
||||
|
||||
event->GetWritableEvent().Signal();
|
||||
event->Signal();
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2, 1};
|
||||
rb.Push(ResultSuccess);
|
||||
|
Reference in New Issue
Block a user