The legacy memory cards folder is only used ifMcd001.ps2and/orMcd002.ps2is detected inretroarch/system/pcsx2/memcards/and the "Memory Card: Slot N" core option is set to "Legacy". This can be useful if you were using an older version of the core that didn't use thesavesfolder yet,...
Dropping!", id_name, serial)); continue; } gameEntry.gsHWFixes.emplace_back(id.value(), value.value()); } } // Memory Card Filters - Store as a vector to allow flexibility in the future // - currently they are used as a '\n' delimited string in the app if (node.has_c...
elf_path.empty()) Console.Error(fmt::format("Failed to read ELF being loaded: {}: {}", elf_path, error.GetDescription())); s_elf_path = {}; s_elf_text_range = {}; s_elf_entry_point = 0xFFFFFFFFu; s_current_crc = 0; return; } elfo.LoadHeaders(); s_current_crc =...
Dropping!", id_name, serial)); continue; } gameEntry.gsHWFixes.emplace_back(id.value(), value.value()); } } // Memory Card Filters - Store as a vector to allow flexibility in the future // - currently they are used as a '\n' delimited string in the app if (node.has...
SysMemory::Allocate()) { Host::ReportErrorAsync("Error", "Failed to allocate VM memory."); return false; } pxAssert(!s_cpu_provider_pack); s_cpu_provider_pack = std::make_unique<SysCpuProviderPack>(); GSinit(); USBinit(); // We want settings loaded so we choose the correct ...