Przeglądaj źródła

Add ui element to swap type

Sanjay Govind 11 miesięcy temu
rodzic
commit
d08e8bb456
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      scenes/pof_scene_main.c

+ 2 - 2
scenes/pof_scene_main.c

@@ -31,14 +31,14 @@ void pof_scene_main_on_update(void* context) {
             submenu,
             "Emulate Xbox 360",
             PoFXbox360,
-            pof_scene_main_submenu_callback,
+            pof_scene_main_submenu_type_callback,
             pof);
         } else if (pof->type == PoFXbox360) {
             submenu_add_item(
             submenu,
             "Emulate HID",
             PoFHid,
-            pof_scene_main_submenu_callback,
+            pof_scene_main_submenu_type_callback,
             pof);
         }
         int count = 0;