mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-28 19:17:52 -05:00
SVC: Correct SendSyncRequest.
This commit is contained in:
@ -279,6 +279,8 @@ public:
|
||||
sleep_cancelled = true;
|
||||
}
|
||||
|
||||
void Release();
|
||||
|
||||
private:
|
||||
Handle& event_handle;
|
||||
Thread* time_task;
|
||||
|
Reference in New Issue
Block a user