Skip to content

Conversation

@Enorovan
Copy link
Member

@Enorovan Enorovan commented Sep 7, 2025

  • Properly sort quicksaves in C;CLCC
  • Fix GetQuickSaveOpenSlot

Closes #167

@KKhanhH KKhanhH force-pushed the quick-save-cycle branch 2 times, most recently from 1fa5e10 to 2333cb6 Compare October 3, 2025 07:06
@Enorovan
Copy link
Member Author

@Enorovan Enorovan force-pushed the quick-save-cycle branch 3 times, most recently from e74acbd to 6c667b3 Compare November 2, 2025 22:38
@Enorovan Enorovan marked this pull request as ready for review November 2, 2025 22:52
SaveDateHintTextRelativePos);
const tm& date = SaveSystem::GetSaveDate(entryType, Id);
AddSaveDateText(fmt::format(" {:%y/%m/%d}", date), 18,
AddSaveDateText(fmt::format(" {:%m/%d/%y}", date), 18,
Copy link
Member

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)

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make C;CLCC quicksaves cycle properly

4 participants