rsx: default initialize RsxDisplayInfo

This commit is contained in:
Megamouse 2021-11-12 10:04:57 +01:00
parent 88d0b7d135
commit 474baca6d8

View File

@ -115,10 +115,10 @@ struct RsxReports
struct RsxDisplayInfo
{
be_t<u32> offset;
be_t<u32> pitch;
be_t<u32> width;
be_t<u32> height;
be_t<u32> offset{0};
be_t<u32> pitch{0};
be_t<u32> width{0};
be_t<u32> height{0};
bool valid() const
{