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

GameSwitcher: Save states viewer #1231

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 23, 2023

  1. Added a save states viewer

    Added a save states viewer (buttons Up and Down) with possibility to load the selected state by A button.
    Changed brightness adjustment buttons to L and R.
    worthis committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    b9b814a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. FIX: Descending sorting of save states

    Because readdir does not guarantee the output of an alphabetically sorted result, it is necessary to sort manually.
    worthis committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    7458895 View commit details
    Browse the repository at this point in the history