Allow shader cache dialog cancellation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user