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