Home
last modified time | relevance | path

Searched refs:me_loop (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-picodrive/picodrive-600894e/platform/common/
H A Dmenu_pico.c394 me_loop(e_menu_keyconfig, &sel); in menu_loop_keyconfig()
425 me_loop(e_menu_cd_options, &sel); in menu_loop_cd_options()
482 me_loop(e_menu_32x_options, &sel); in menu_loop_32x_options()
517 me_loop(e_menu_adv_options, &sel); in menu_loop_adv_options()
548 me_loop(e_menu_gfx_options, &sel); in menu_loop_gfx_options()
751 me_loop(e_menu_options, &sel); in menu_loop_options()
1152 me_loop(e_menu_tray, &sel); in menu_loop_tray()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/
H A Dmenu_pico.c395 me_loop(e_menu_keyconfig, &sel); in menu_loop_keyconfig()
426 me_loop(e_menu_cd_options, &sel); in menu_loop_cd_options()
483 me_loop(e_menu_32x_options, &sel); in menu_loop_32x_options()
522 me_loop(e_menu_adv_options, &sel); in menu_loop_adv_options()
553 me_loop(e_menu_gfx_options, &sel); in menu_loop_gfx_options()
756 me_loop(e_menu_options, &sel); in menu_loop_options()
1158 me_loop(e_menu_tray, &sel); in menu_loop_tray()
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/frontend/
H A Dmenu.c1143 me_loop(e_menu_keyconfig_analog, &sel); in key_config_analog()
1235 me_loop(e_menu_keyconfig, &sel); in menu_loop_keyconfig()
1332 me_loop(e_menu_gfx_options, &sel); in menu_loop_gfx_options()
1361 me_loop(e_menu_plugin_gpu_neon, &sel); in menu_loop_plugin_gpu_neon()
1385 me_loop(e_menu_plugin_gpu_unai, &sel); in menu_loop_plugin_gpu_unai()
1418 me_loop(e_menu_plugin_gpu_peops, &sel); in menu_loop_plugin_gpu_peops()
1478 me_loop(e_menu_plugin_spu, &sel); in menu_loop_plugin_spu()
1520 me_loop(e_menu_plugin_options, &sel); in menu_loop_plugin_options()
1551 me_loop(e_menu_speed_hacks, &sel); in menu_loop_speed_hacks()
1592 me_loop(e_menu_adv_options, &sel); in menu_loop_adv_options()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/frontend/
H A Dmenu.c1143 me_loop(e_menu_keyconfig_analog, &sel); in key_config_analog()
1235 me_loop(e_menu_keyconfig, &sel); in menu_loop_keyconfig()
1332 me_loop(e_menu_gfx_options, &sel); in menu_loop_gfx_options()
1361 me_loop(e_menu_plugin_gpu_neon, &sel); in menu_loop_plugin_gpu_neon()
1385 me_loop(e_menu_plugin_gpu_unai, &sel); in menu_loop_plugin_gpu_unai()
1418 me_loop(e_menu_plugin_gpu_peops, &sel); in menu_loop_plugin_gpu_peops()
1478 me_loop(e_menu_plugin_spu, &sel); in menu_loop_plugin_spu()
1520 me_loop(e_menu_plugin_options, &sel); in menu_loop_plugin_options()
1551 me_loop(e_menu_speed_hacks, &sel); in menu_loop_speed_hacks()
1592 me_loop(e_menu_adv_options, &sel); in menu_loop_adv_options()
[all …]
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dmenu.c796 static int me_loop(menu_entry *menu, int *menu_sel) in me_loop() function