From e53e98749fe3384e07dce3dd2df758601a87c453 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Fri, 27 Sep 2019 21:02:49 +0300 Subject: [PATCH] rsx: Add missing initialization --- rpcs3/Emu/RSX/RSXThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/RSXThread.h b/rpcs3/Emu/RSX/RSXThread.h index 9051c0099b..e8013505c5 100644 --- a/rpcs3/Emu/RSX/RSXThread.h +++ b/rpcs3/Emu/RSX/RSXThread.h @@ -440,7 +440,7 @@ namespace rsx u64 timestamp_ctrl = 0; u64 timestamp_subvalue = 0; - display_flip_info_t m_queued_flip; + display_flip_info_t m_queued_flip{}; protected: std::thread::id m_rsx_thread;