mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
WiiSaveBanner: Resolve a -Wreorder warning
This commit is contained in:
@ -29,7 +29,7 @@ WiiSaveBanner::WiiSaveBanner(u64 title_id)
|
||||
{
|
||||
}
|
||||
|
||||
WiiSaveBanner::WiiSaveBanner(const std::string& path) : m_path(path), m_valid(true)
|
||||
WiiSaveBanner::WiiSaveBanner(const std::string& path) : m_path(path)
|
||||
{
|
||||
constexpr size_t MINIMUM_SIZE = sizeof(Header) + BANNER_SIZE + ICON_SIZE;
|
||||
File::IOFile file(path, "rb");
|
||||
|
Reference in New Issue
Block a user