mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Allow shader cache dialog cancellation
This commit is contained in:
parent
ac64792d99
commit
19f3bb8cb0
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ namespace rsx
|
|||
});
|
||||
|
||||
u32 processed = 0;
|
||||
while (root.read(tmp))
|
||||
while (root.read(tmp) && !Emu.IsStopped())
|
||||
{
|
||||
if (tmp.name == "." || tmp.name == "..")
|
||||
continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue