font works
[carveJwlIkooP6JGAAIwe30JlM.git] / menu.h
diff --git a/menu.h b/menu.h
index 7e6649a2ca5bf71cd9ca0a1d36757c9498402eca..4f9e671304c89ce0ea04df8e4508f7058a4578f5 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -646,6 +646,7 @@ VG_STATIC void menu_update(void)
    vg_input_update( 1, &input_menu_press );
    vg_input_update( 1, &input_menu_toggle );
    vg_input_update( 1, &input_menu_toggle_kbm );
+   return;
 
    int toggle_gp = vg_input_button_down( &input_menu_toggle ),
        toggle_kb = vg_input_button_down( &input_menu_toggle_kbm ),