mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Fix headless mode
This commit is contained in:
parent
cfe08de951
commit
7dc3a50ddf
3 changed files with 24 additions and 3 deletions
|
@ -81,9 +81,8 @@ void progress_dialog_server::operator()()
|
|||
}
|
||||
}
|
||||
|
||||
if (!skip_this_one && !native_dlg)
|
||||
if (!skip_this_one && !native_dlg && (dlg = Emu.GetCallbacks().get_msg_dialog()))
|
||||
{
|
||||
dlg = Emu.GetCallbacks().get_msg_dialog();
|
||||
dlg->type.se_normal = true;
|
||||
dlg->type.bg_invisible = true;
|
||||
dlg->type.progress_bar_count = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue