mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
progress dialog fix
This commit is contained in:
parent
924692bf1c
commit
d08fea551e
3 changed files with 6 additions and 3 deletions
|
@ -71,7 +71,7 @@ void progress_dialog_server::operator()()
|
|||
renderer->is_initialized.wait(false, atomic_wait_timeout(5 * 1000000000ull));
|
||||
|
||||
auto manager = g_fxo->try_get<rsx::overlays::display_manager>();
|
||||
show_overlay_message = show_overlay_message_only;
|
||||
show_overlay_message = g_fxo->get<progress_dialog_workaround>().show_overlay_message_only;
|
||||
|
||||
if (manager && !show_overlay_message)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue