mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 20:16:14 +00:00
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:
@@ -65,7 +65,7 @@ __attribute__((section(".standalone_application_information"), used)) standalone
|
||||
0x00,
|
||||
},
|
||||
/*.icon_color = 16 bit: 5R 6G 5B*/ 0x0000FFE0,
|
||||
/*.menu_location = */ app_location_t::UTILITIES,
|
||||
/*.menu_location = */ app_location_t::GAMES,
|
||||
|
||||
/*.initialize_app = */ initialize,
|
||||
/*.on_event = */ on_event,
|
||||
|
Reference in New Issue
Block a user