From 1c8d3e0dca91c8344ab0b9562dd99577db8fd82c Mon Sep 17 00:00:00 2001 From: Megamouse Date: Sat, 18 Feb 2023 11:28:39 +0100 Subject: [PATCH] cellVdec: fix au_count race condition --- rpcs3/Emu/Cell/Modules/cellVdec.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellVdec.cpp b/rpcs3/Emu/Cell/Modules/cellVdec.cpp index cddc8680da..6284fa7cd6 100644 --- a/rpcs3/Emu/Cell/Modules/cellVdec.cpp +++ b/rpcs3/Emu/Cell/Modules/cellVdec.cpp @@ -334,7 +334,6 @@ struct vdec_context final out_queue.clear(); // Flush image queue log_time_base = {}; - au_count = 0; frc_set = 0; // TODO: ??? next_pts = 0;