RetroArch
|
Go to the source code of this file.
Enumerations | |
enum | action_iterate_type { ITERATE_TYPE_DEFAULT = 0, ITERATE_TYPE_HELP, ITERATE_TYPE_INFO, ITERATE_TYPE_BIND } |
Functions | |
int | generic_menu_iterate (menu_handle_t *menu, void *userdata, enum menu_action action) |
bool | generic_menu_init_list (void *data) |
enum action_iterate_type |
int generic_menu_iterate | ( | menu_handle_t * | menu, |
void * | userdata, | ||
enum menu_action | action | ||
) |
menu_iterate: : input sample for this frame : input sample of the previous frame : difference' input sample - difference between 'input' and 'old_input'
Runs RetroArch menu for one frame.
Returns: 0 on success, -1 if we need to quit out of the loop.