mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix stop during shader compilation
This commit is contained in:
parent
035a76f26d
commit
0bfec59af8
@ -544,7 +544,10 @@ namespace rsx
|
||||
}
|
||||
}
|
||||
|
||||
ensure(processed == entry_count);
|
||||
if (!Emu.IsStopped())
|
||||
{
|
||||
ensure(processed == entry_count);
|
||||
}
|
||||
}
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user