Skip to content

[UI] Added recently opened titles list #2092

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Gliniak
Copy link
Member

@Gliniak Gliniak commented Nov 29, 2022

This is rewritten and upgraded version of PR: #1396 (Thanks orginal creator for this idea)

What it changes in regards to original PR:

  • Uses cpptoml to handle loading/storing entries
  • Allows user to define how many entries it can store and show (Probably there should be some hard limit on viewing like 30)
  • Instead of showing path it shows title name from titlebar. In special cases when there is no title name it uses path
  • Stores only titles that were correctly initialized

Another benefit is that it is easily expandable to track for example last run time or amount of times certain game was booted

@Gliniak
Copy link
Member Author

Gliniak commented Nov 30, 2022

Small update:

  • Added storing last run time
  • Safer data loader
  • A bit of cleanup (removed unnecessary auto)

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

Successfully merging this pull request may close these issues.

2 participants