mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
overlays: Show feedback while stopping ppu compilation
This commit is contained in:
parent
e5876b3a1b
commit
da4f4dafbd
4 changed files with 37 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ extern atomic_t<u32> g_progr_fdone;
|
|||
extern atomic_t<u32> g_progr_ptotal;
|
||||
extern atomic_t<u32> g_progr_pdone;
|
||||
extern atomic_t<bool> g_system_progress_canceled;
|
||||
extern atomic_t<bool> g_system_progress_stopping;
|
||||
|
||||
// Initialize progress dialog (can be recursive)
|
||||
class scoped_progress_dialog final
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue