enable gint_setrestart() on fx-CG

This commit is contained in:
Lephenixnoir 2022-09-07 17:45:43 +02:00
parent 9e14e034df
commit c8ffbd8611
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 2 deletions

View File

@ -206,9 +206,7 @@ int main(GUNUSED int isappli, GUNUSED int optnum)
menu_init(&menu_perf, top, bottom);
menu_init(&menu_libs, top, bottom);
#ifdef FX9860G
gint_setrestart(1);
#endif
/* Enable global getkey() shortcuts */
getkey_set_feature_function(getkey_global_shortcuts);