mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #2927 from aserna3/workshop
Fixed introduced compiler warning in Linux
This commit is contained in:
commit
cc5eb6d00b
@ -65,8 +65,8 @@ GameListItem::GameListItem(const std::string& _rFileName)
|
|||||||
: m_FileName(_rFileName)
|
: m_FileName(_rFileName)
|
||||||
, m_emu_state(0)
|
, m_emu_state(0)
|
||||||
, m_FileSize(0)
|
, m_FileSize(0)
|
||||||
, m_Revision(0)
|
|
||||||
, m_Country(DiscIO::IVolume::COUNTRY_UNKNOWN)
|
, m_Country(DiscIO::IVolume::COUNTRY_UNKNOWN)
|
||||||
|
, m_Revision(0)
|
||||||
, m_Valid(false)
|
, m_Valid(false)
|
||||||
, m_BlobCompressed(false)
|
, m_BlobCompressed(false)
|
||||||
, m_ImageWidth(0)
|
, m_ImageWidth(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user