diff --git a/rpcs3/Emu/Cell/lv2/sys_rsx.h b/rpcs3/Emu/Cell/lv2/sys_rsx.h index 69d48aabdd..fdd11745a1 100644 --- a/rpcs3/Emu/Cell/lv2/sys_rsx.h +++ b/rpcs3/Emu/Cell/lv2/sys_rsx.h @@ -115,10 +115,10 @@ struct RsxReports struct RsxDisplayInfo { - be_t offset; - be_t pitch; - be_t width; - be_t height; + be_t offset{0}; + be_t pitch{0}; + be_t width{0}; + be_t height{0}; bool valid() const {