mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Settings: Add Show PPU compilation hint
This commit is contained in:
parent
b557a7fa16
commit
57b9130cf7
7 changed files with 19 additions and 1 deletions
|
@ -144,7 +144,10 @@ void progress_dialog_server::operator()()
|
|||
if (show_overlay_message)
|
||||
{
|
||||
// Show a message instead
|
||||
rsx::overlays::show_ppu_compile_notification();
|
||||
if (g_cfg.misc.show_ppu_compilation_hint)
|
||||
{
|
||||
rsx::overlays::show_ppu_compile_notification();
|
||||
}
|
||||
thread_ctrl::wait_for(10000);
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue