mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 13:03:09 +00:00
Allow shader cache dialog cancellation
This commit is contained in:
parent
ac64792d99
commit
19f3bb8cb0
@ -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…
Reference in New Issue
Block a user