Explorar o código

Add ui element to swap type

Sanjay Govind hai 11 meses
pai
achega
d08e8bb456
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;