mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00: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