mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-02 13:28:35 +00:00
Style nits
This commit is contained in:
parent
19c68fad43
commit
8b8d9e0841
12
retroarch.h
12
retroarch.h
@ -280,12 +280,12 @@ typedef struct global
|
||||
#ifdef HAVE_MENU
|
||||
struct
|
||||
{
|
||||
retro_time_t prev_start_time ;
|
||||
retro_time_t noop_press_time ;
|
||||
retro_time_t noop_start_time ;
|
||||
retro_time_t action_start_time ;
|
||||
retro_time_t action_press_time ;
|
||||
enum menu_action prev_action ;
|
||||
retro_time_t prev_start_time;
|
||||
retro_time_t noop_press_time;
|
||||
retro_time_t noop_start_time;
|
||||
retro_time_t action_start_time;
|
||||
retro_time_t action_press_time;
|
||||
enum menu_action prev_action;
|
||||
} menu;
|
||||
#endif
|
||||
} global_t;
|
||||
|
Loading…
Reference in New Issue
Block a user