mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
GCMemcard: Remove needless second definition of DENTRY_SIZE.
This commit is contained in:
@ -163,7 +163,6 @@ static_assert(sizeof(Header) == BLOCK_SIZE);
|
|||||||
|
|
||||||
struct DEntry
|
struct DEntry
|
||||||
{
|
{
|
||||||
static const u8 DENTRY_SIZE = 0x40;
|
|
||||||
DEntry() { memset(this, 0xFF, DENTRY_SIZE); }
|
DEntry() { memset(this, 0xFF, DENTRY_SIZE); }
|
||||||
std::string GCI_FileName() const
|
std::string GCI_FileName() const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user