Settings: Add Show PPU compilation hint

This commit is contained in:
Ani 2023-06-11 17:32:52 +01:00
parent b557a7fa16
commit 57b9130cf7
7 changed files with 19 additions and 1 deletions

View file

@ -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;
}