Add scene stack menu flow and restore stable TFT sync refresh

This commit is contained in:
Adolfo Reyna
2026-02-18 15:10:20 -05:00
parent a06e0d69fe
commit ebc58d7e4d
4 changed files with 366 additions and 69 deletions

View File

@@ -97,6 +97,17 @@ public:
*/
bool select_game_by_name(const char* name);
/**
* @brief Restart the currently selected game.
* @return true if restart succeeded, false otherwise
*/
bool restart_selected_game();
/**
* @brief Exit current game and return to launcher menu.
*/
void return_to_menu();
private:
uint16_t width;
uint16_t height;