mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-16 04:09:07 +00:00
Add wait flag in cellGemConvertVideoFinish
This commit is contained in:
parent
b0956a8f74
commit
642005cf1d
@ -2284,6 +2284,8 @@ error_code cellGemClearStatusFlags(u32 gem_num, u64 mask)
|
||||
|
||||
error_code cellGemConvertVideoFinish(ppu_thread& ppu)
|
||||
{
|
||||
ppu.state += cpu_flag::wait;
|
||||
|
||||
cellGem.warning("cellGemConvertVideoFinish()");
|
||||
|
||||
auto& gem = g_fxo->get<gem_config>();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user