forked from snapshot112/minigame-menu
Code cleanup and documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//
|
||||
// Created by snapshot112 on 10/15/25.
|
||||
//
|
||||
/*
|
||||
* Created by snapshot112 on 15/10/2025
|
||||
*/
|
||||
|
||||
#include "minigame_menu.h"
|
||||
|
||||
@@ -152,7 +152,6 @@ static int navigate_menu(void) {
|
||||
}
|
||||
launch_game(SELECTED_GAME);
|
||||
break;
|
||||
case 'p':
|
||||
case KEY_BACKSPACE:
|
||||
case KEY_ESCAPE:
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user