mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-27 22:02:25 -06: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…
Reference in New Issue
Block a user