mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
rsx/overlays: Fill in the user response when message dialog input loop exits and we're in blocking mode
- Avoids a race condition caused by the "blocking" call only updating results on cleanup/close
This commit is contained in:
parent
7d103fe0f0
commit
dac0644f07
@ -284,6 +284,8 @@ namespace rsx
|
||||
}
|
||||
return error;
|
||||
}
|
||||
|
||||
g_last_user_response = return_code;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user