-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Same name/different case save files causing backup issues. #24
Comments
Looks like filenames aren't case insensitive, easy fix. |
Antidote
referenced
this issue
in devkitPro/libogc
Sep 27, 2015
Alright, try the change I just made in card.c for GCMM and see if that solves the problem: |
That seems to have fixed the issue. Thanks. |
No problem :D |
I can't believe I wasn't subscribed to gcmm git notifications, I will update as soon as I can. Thank you very much for noticing + fix. |
You're welcome! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had two profiles on Timesplitters 2 with the same name, different case (DAKU & Daku (This being the newer one)).
On the backup menu, the filenames of both of these are different (4F-GTSE-DAKU.son & 4F-GTSE-Daku.son), but they return the same data. (Everything is the same as the oldest profile)
Doing a mass-backup caused the oldest profile to be backed up twice, and the newer one doesn't appear to be backed up at all.
Sadly found this all out after reformatting my card 😢, meaning the newer save was lost.
I'm assuming this bug will also exist in any other game with multiple named profiles (Timesplitters 3 is the only one that comes to mind...).
The text was updated successfully, but these errors were encountered: