mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 22:17:55 -05:00
Kernel/ServerSession: Keep track of which threads have issued sync requests.
This commit is contained in:
@ -39,7 +39,7 @@ ResultCode ClientSession::SendSyncRequest() {
|
||||
return ERR_SESSION_CLOSED_BY_REMOTE;
|
||||
|
||||
// Signal the server session that new data is available
|
||||
return server->HandleSyncRequest();
|
||||
return server->HandleSyncRequest(GetCurrentThread());
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user