Allow shader cache dialog cancellation

This commit is contained in:
Nekotekina 2017-10-10 16:41:44 +03:00
parent ac64792d99
commit 19f3bb8cb0
1 changed files with 1 additions and 1 deletions

View File

@ -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;