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:
kd-11 2023-02-13 23:41:48 +03:00 committed by kd-11
parent 7d103fe0f0
commit dac0644f07
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ namespace rsx
}
return error;
}
g_last_user_response = return_code;
}
else
{