Fix stop during shader compilation
This commit is contained in:
@@ -544,7 +544,10 @@ namespace rsx
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ensure(processed == entry_count);
|
if (!Emu.IsStopped())
|
||||||
|
{
|
||||||
|
ensure(processed == entry_count);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user