mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
Fix system information fallthrough
This commit is contained in:
parent
7a5f2228aa
commit
7bb035a8b9
@ -633,6 +633,7 @@ static int menu_cbs_init_bind_deferred_push_compare_label(menu_file_list_cbs_t *
|
|||||||
break;
|
break;
|
||||||
case MENU_LABEL_SYSTEM_INFORMATION:
|
case MENU_LABEL_SYSTEM_INFORMATION:
|
||||||
cbs->action_deferred_push = deferred_push_system_information;
|
cbs->action_deferred_push = deferred_push_system_information;
|
||||||
|
break;
|
||||||
case MENU_LABEL_DEBUG_INFORMATION:
|
case MENU_LABEL_DEBUG_INFORMATION:
|
||||||
cbs->action_deferred_push = deferred_push_debug_information;
|
cbs->action_deferred_push = deferred_push_debug_information;
|
||||||
break;
|
break;
|
||||||
|
@ -17,10 +17,11 @@
|
|||||||
#ifndef _MENU_INPUT_H
|
#ifndef _MENU_INPUT_H
|
||||||
#define _MENU_INPUT_H
|
#define _MENU_INPUT_H
|
||||||
|
|
||||||
#include "../input/input_driver.h"
|
|
||||||
#include "../input/keyboard_line.h"
|
#include "../input/keyboard_line.h"
|
||||||
#include "../libretro.h"
|
#include "../libretro.h"
|
||||||
|
|
||||||
|
typedef uint64_t retro_input_t;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user