mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
Add wait flag in cellGemConvertVideoFinish
This commit is contained in:
parent
b0956a8f74
commit
642005cf1d
1 changed files with 2 additions and 0 deletions
|
|
@ -2284,6 +2284,8 @@ error_code cellGemClearStatusFlags(u32 gem_num, u64 mask)
|
||||||
|
|
||||||
error_code cellGemConvertVideoFinish(ppu_thread& ppu)
|
error_code cellGemConvertVideoFinish(ppu_thread& ppu)
|
||||||
{
|
{
|
||||||
|
ppu.state += cpu_flag::wait;
|
||||||
|
|
||||||
cellGem.warning("cellGemConvertVideoFinish()");
|
cellGem.warning("cellGemConvertVideoFinish()");
|
||||||
|
|
||||||
auto& gem = g_fxo->get<gem_config>();
|
auto& gem = g_fxo->get<gem_config>();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue