|
RetroArch
|
#include <compat/strl.h>#include <string/stdstring.h>#include "menu_generic.h"#include "../menu_driver.h"#include "../widgets/menu_dialog.h"#include "../widgets/menu_input_bind_dialog.h"#include "../../verbosity.h"#include "../../content.h"#include "../../retroarch.h"Functions | |
| static enum action_iterate_type | action_iterate_type (const char *label) |
| int | generic_menu_iterate (menu_handle_t *menu, void *userdata, enum menu_action action) |
| bool | generic_menu_init_list (void *data) |
|
static |
| 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.
1.8.15