-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Minor savedata dialog changes #10187
Conversation
|
Adjusted some wording and changed datetime to a more localized version (albeit less PS3-esque) |
|
Added size info. It may not be important but why not. |
4843ef2 to
a03fcf2
Compare
| std::string SaveDataEntry::data_size() const | ||
| { | ||
| std::string metric = "KB"; | ||
| u64 sz = static_cast<u64>(std::ceil(size / 1000.0)); |
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.
utils::aligned_div is what you're looking for.
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.
done
It was very annoying to be thrown to beginning of the list after cancelling the confirmation.
There's no need to tell the user that the entry is for game xy, they are already playing that game. On a real PS3 only the subtitle and the date are displayed.
Old:
New:
Reference: