mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Qt: abort batch PPU compilation on dialog cancel
This commit is contained in:
parent
6dc35a3772
commit
7aca2785b6
3 changed files with 17 additions and 2 deletions
|
@ -8,6 +8,7 @@ extern atomic_t<u32> g_progr_ftotal;
|
|||
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;
|
||||
|
||||
// Initialize progress dialog (can be recursive)
|
||||
class scoped_progress_dialog final
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue