mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Replace TEXIDevices with an enum class
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user