GCMemcard: Slightly nicer definition of UNINITIALIZED_GAMECODE.

This commit is contained in:
Admiral H. Curtiss 2018-12-10 00:16:10 +01:00
parent ca2c7679df
commit 36d84c6959
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ struct DEntry
return Common::EscapeFileName(filename);
}
static constexpr std::array<u8, 4> UNINITIALIZED_GAMECODE = {0xFF, 0xFF, 0xFF, 0xFF};
static constexpr std::array<u8, 4> UNINITIALIZED_GAMECODE{{0xFF, 0xFF, 0xFF, 0xFF}};
std::array<u8, 4> m_gamecode; // 0x00 0x04 Gamecode
std::array<u8, 2> m_makercode; // 0x04 0x02 Makercode