mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +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
|
#ifdef HAVE_MENU
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
retro_time_t prev_start_time ;
|
retro_time_t prev_start_time;
|
||||||
retro_time_t noop_press_time ;
|
retro_time_t noop_press_time;
|
||||||
retro_time_t noop_start_time ;
|
retro_time_t noop_start_time;
|
||||||
retro_time_t action_start_time ;
|
retro_time_t action_start_time;
|
||||||
retro_time_t action_press_time ;
|
retro_time_t action_press_time;
|
||||||
enum menu_action prev_action ;
|
enum menu_action prev_action;
|
||||||
} menu;
|
} menu;
|
||||||
#endif
|
#endif
|
||||||
} global_t;
|
} global_t;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user