mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
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:
parent
4419e5d838
commit
0ffaf6c1ce
5 changed files with 10 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue