-
Notifications
You must be signed in to change notification settings - Fork 25
Fix quicksave sorting #251
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
base: master
Are you sure you want to change the base?
Conversation
1fa5e10 to
2333cb6
Compare
e74acbd to
6c667b3
Compare
6857c0d to
27fdfba
Compare
27fdfba to
271071f
Compare
0addd78 to
38d281d
Compare
| SaveDateHintTextRelativePos); | ||
| const tm& date = SaveSystem::GetSaveDate(entryType, Id); | ||
| AddSaveDateText(fmt::format(" {:%y/%m/%d}", date), 18, | ||
| AddSaveDateText(fmt::format(" {:%m/%d/%y}", date), 18, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JP has (the superior 💪) y/m/d. I'd put this behind a profile enum (to also potentially support the more universal d/m/y)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or maybe just based on language selection, just to be consistent with other games
Closes #167