Qt/RSX: reset gs_frame taskbar progr. when closing native progr. dialogs

I forgot that the gs_frame's taskbar progress will stay unchanged due to its persistence, unlike the msgdialog.
This commit is contained in:
Megamouse 2018-06-19 09:15:47 +02:00 committed by kd-11
parent 4419e5d838
commit 0ffaf6c1ce
5 changed files with 10 additions and 5 deletions

View file

@ -280,7 +280,7 @@ void rpcs3_app::InitializeCallbacks()
switch (type)
{
case 0:
((gs_frame*)gameWindow)->progress_reset();
((gs_frame*)gameWindow)->progress_reset(value);
break;
case 1:
((gs_frame*)gameWindow)->progress_increment(value);