mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12: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;
|
u32 processed = 0;
|
||||||
while (root.read(tmp))
|
while (root.read(tmp) && !Emu.IsStopped())
|
||||||
{
|
{
|
||||||
if (tmp.name == "." || tmp.name == "..")
|
if (tmp.name == "." || tmp.name == "..")
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue