mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
Core: Pass several parameters by const reference
This commit is contained in:
@ -347,7 +347,7 @@ u16 GCMemcard::GetFreeBlocks() const
|
||||
return BE16(CurrentBat->FreeBlocks);
|
||||
}
|
||||
|
||||
u8 GCMemcard::TitlePresent(DEntry d) const
|
||||
u8 GCMemcard::TitlePresent(const DEntry& d) const
|
||||
{
|
||||
if (!m_valid)
|
||||
return DIRLEN;
|
||||
|
Reference in New Issue
Block a user