Emulator Issues #10442
closedMemoryCard Settings allow user to accidentally set A and B to the same file
0%
Description
What's the problem? Describe what went wrong.
If the user selects MemoryCardA.USA.raw as slot A
and MemoryCardA.JAP.raw as slot B
the same file will be used for both slots due to the region matching https://github.com/dolphin-emu/dolphin/blob/bf2241ccd2586f7c3d7c84737b0112461b56a08b/Source/Core/Core/ConfigManager.cpp#L1054
https://forums.dolphin-emu.org/Thread-memory-card-configuration?pid=449221#pid449221
Updated by lpfaint99 over 7 years ago
Doesn't look like I have permission to edit the issue
The duplicate check is here
https://github.com/dolphin-emu/dolphin/blob/b6c3479bb43f84da5cb3c4be6885f76b485b2147/Source/Core/DolphinWX/Config/GameCubeConfigPane.cpp#L393
but it should use check for collisions that https://github.com/dolphin-emu/dolphin/blob/bf2241ccd2586f7c3d7c84737b0112461b56a08b/Source/Core/Core/ConfigManager.cpp#L1054 would cause
Updated by JMC4789 over 7 years ago
No one can edit issues, not even admins for some reason.
Updated by JosJuice over 7 years ago
Everyone who can edit the issue properties can edit the issue description as far as I know. I've done it in the past.
Updated by JMC4789 over 2 years ago
- Status changed from Accepted to Fixed
Fixed at some point, probably during the Memcard fixes.