Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
debug: Disable action on a menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeckmann committed Jun 17, 2021
1 parent 0459feb commit a55120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Src/retro-go/rg_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ void retro_loop()
{0, "------------------", "", 1, NULL},
{1, "Set Quad Enable", "", 1, NULL},
{2, "Clear Quad Enable", "", 1, NULL},
{1, "------------------", "", 1, NULL},
{0, "------------------", "", 1, NULL},
{0, "Close", "", 1, NULL},
ODROID_DIALOG_CHOICE_LAST
};
Expand Down

0 comments on commit a55120d

Please sign in to comment.