Skip to content
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

Track time-played per game #18442

Merged
merged 5 commits into from
Nov 27, 2023
Merged

Track time-played per game #18442

merged 5 commits into from
Nov 27, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Nov 25, 2023

Commonly requested feature and fairly easy to implement, so here it is, at least the basics.

Tracking is done per game-id, and fast-forward/slowdown is currently ignored (so times won't be comparable for the purposes of speed running, I suppose).

Left to do before merging:

  • Correct tracking during pause
  • Redesign game info screen to fit the new text
  • Update translation strings. Maybe include days, too, in addition to hours:minutes:seconds?
  • Maybe show time played on pause screen too?

Out-of-scope:

  • Correctly handling time tracking when paused in the debugger

Fixes #18410

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Nov 25, 2023
@hrydgard hrydgard added this to the v1.17.0 milestone Nov 25, 2023
@hrydgard hrydgard marked this pull request as ready for review November 27, 2023 00:12
@hrydgard hrydgard merged commit 04c6b1a into master Nov 27, 2023
18 checks passed
@hrydgard hrydgard deleted the time-tracking branch November 27, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Track Play Time
2 participants