Fix desynced popt_e order

This commit is contained in:
toaster 2024-04-11 21:10:14 +01:00
parent 37bd4a6ad9
commit 07b945be29

View file

@ -408,10 +408,10 @@ extern menu_t MAIN_ProfilesDef;
typedef enum
{
popt_profilename = 0,
popt_profilepname,
popt_controls,
popt_accessibility,
popt_char,
popt_profilepname,
popt_confirm,
} popt_e;