Conversation
…gestion by: Canal do Bis
QoL Improvements
Change cfg save/load logic to use cwd()
* parse key=value for apps * init unknown
PR 1 of 2 in fixing the release tab to not show 140+ releases
PR 2 of 2 in fixing the release tab to not show 140+ releases
Update tar loader for theme support, full path resolution
Implement theme tar loading
The last played game is flagged with submenu.selected while the list is being appended, and GUI_OP_APPEND_MENU turns that flag into remindLast. That branch is an "else if" chained to the "first subitem in list" case, so when the remembered game happens to be index 0 of the unsorted list the first branch consumes it and remindLast is never set. GUI_OP_SORT then sees remindLast == 0 and resets current to the head of the sorted list, so that one game is never restored, and the Last Played Auto Start counter is never released for it either. Which entry is index 0 is not visible to the user: sbReadList() places ul.cfg entries first and scanForISO() prepends while walking the directory, so it is typically the most recently copied ISO. Split the chain into two independent ifs. Behaviour is unchanged for every other entry; for index 0 the second block just re-assigns the same node and raises remindLast. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…rst-entry gui: remember last played game when it is the first list entry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request checklist
TODO LIST:
Fix issues
#232#210#148#142#122#120