From be411d22321dad26841348f36e48175b3ccc900f Mon Sep 17 00:00:00 2001 From: Elad <18193363+elad335@users.noreply.github.com> Date: Fri, 31 Oct 2025 16:05:40 +0200 Subject: [PATCH] Add wait flag in cellGemConvertVideoFinish --- rpcs3/Emu/Cell/Modules/cellGem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rpcs3/Emu/Cell/Modules/cellGem.cpp b/rpcs3/Emu/Cell/Modules/cellGem.cpp index c50c93fc44..f7fbf90fae 100644 --- a/rpcs3/Emu/Cell/Modules/cellGem.cpp +++ b/rpcs3/Emu/Cell/Modules/cellGem.cpp @@ -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();