mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
GCMemcard: Slightly nicer definition of UNINITIALIZED_GAMECODE.
This commit is contained in:
parent
ca2c7679df
commit
36d84c6959
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue