RetroArch
Functions
menu_generic.c File Reference
#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"
Include dependency graph for menu_generic.c:

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)
 

Function Documentation

◆ action_iterate_type()

static enum action_iterate_type action_iterate_type ( const char *  label)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ generic_menu_init_list()

bool generic_menu_init_list ( void data)
Here is the call graph for this function:

◆ generic_menu_iterate()

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.

Here is the call graph for this function:
Here is the caller graph for this function: