diff --git a/retroarch.c b/retroarch.c index 6c953b910b..c62cb62929 100644 --- a/retroarch.c +++ b/retroarch.c @@ -1617,18 +1617,13 @@ static bool menu_input_key_bind_iterate( * Start : When we press the 'Start' button on an entry. * Select : When we press the 'Select' button on an entry. * Info : When we press the 'Info' button on an entry. - * Content Switch : ??? (TODO/FIXME - Kivutar should document this) - * Up : when we press 'Up' on the D-pad while this entry is selected. - * Down : when we press 'Down' on the D-pad while this entry is selected. * Left : when we press 'Left' on the D-pad while this entry is selected. * Right : when we press 'Right' on the D-pad while this entry is selected. * Deferred push : When pressing an entry results in spawning a new list, it waits until the next * frame to push this onto the stack. This function callback will then be invoked. - * Refresh : What happens when the screen has to be refreshed. Does an entry have internal state - * that needs to be rebuild? * Get value: Each entry has associated 'text', which we call the value. This function callback * lets us render that text. - * Get title: Each entry can have a custom 'title'. + * Title: Each entry can have a custom 'title'. * Label: Each entry has a label name. This function callback lets us render that label text. * Sublabel: each entry has a sublabel, which consists of one or more lines of additional information. * This function callback lets us render that text.