Ver Fonte

Add ui element to swap type

Sanjay Govind há 11 meses atrás
pai
commit
d08e8bb456
1 ficheiros alterados com 2 adições e 2 exclusões
  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;