Moved games to new game menu (#2544)

* Moved games to new game menu
* There's enough games to have a menu now and I plan to make more. Having them in "Utilities" made no sense.
This commit is contained in:
RocketGod 2025-03-06 13:27:25 -08:00 committed by GitHub
parent ee472e1ed2
commit a17995fd2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 74 additions and 4 deletions

View file

@ -72,7 +72,8 @@ enum app_location_t : uint32_t {
TX,
DEBUG,
HOME,
SETTINGS
SETTINGS,
GAMES
};
struct standalone_application_information_t {