mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-08 17:50:24 +01: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 a new issue