mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Replace TEXIDevices with an enum class
This commit is contained in:
parent
e8bbfc26fe
commit
d354163fbe
17 changed files with 138 additions and 143 deletions
|
@ -209,7 +209,7 @@ void GCMemcardManager::LoadDefaultMemcards()
|
|||
for (int i = 0; i < SLOT_COUNT; i++)
|
||||
{
|
||||
if (Config::Get(i == 0 ? Config::MAIN_SLOT_A : Config::MAIN_SLOT_B) !=
|
||||
ExpansionInterface::EXIDEVICE_MEMORYCARD)
|
||||
ExpansionInterface::EXIDeviceType::MemoryCard)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue