mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
WiiSaveBanner: Resolve a -Wreorder warning
This commit is contained in:
@ -35,7 +35,7 @@ private:
|
||||
char16_t description[32];
|
||||
} m_header;
|
||||
|
||||
bool m_valid;
|
||||
bool m_valid = true;
|
||||
std::string m_path;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user