mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
UICommon/GameFile: Use in-class initializers where applicable
Allows deduplicating code within the constructor initializer list.
This commit is contained in:
@ -126,8 +126,8 @@ private:
|
||||
u64 m_title_id{};
|
||||
std::string m_maker_id{};
|
||||
|
||||
DiscIO::Region m_region{};
|
||||
DiscIO::Country m_country{};
|
||||
DiscIO::Region m_region{DiscIO::Region::Unknown};
|
||||
DiscIO::Country m_country{DiscIO::Country::Unknown};
|
||||
DiscIO::Platform m_platform{};
|
||||
DiscIO::BlobType m_blob_type{};
|
||||
u16 m_revision{};
|
||||
|
Reference in New Issue
Block a user