mirror of
https://github.com/libretro/RetroArch
synced 2025-03-17 10:21:26 +00:00
Reorder structs, alignment
This commit is contained in:
parent
7c36e615c2
commit
72f1ff0f4b
@ -40,12 +40,12 @@
|
||||
|
||||
struct parport_joypad
|
||||
{
|
||||
char *ident;
|
||||
int fd;
|
||||
uint32_t buttons;
|
||||
bool button_enable[PARPORT_NUM_BUTTONS];
|
||||
char saved_data;
|
||||
char saved_control;
|
||||
char *ident;
|
||||
bool button_enable[PARPORT_NUM_BUTTONS];
|
||||
};
|
||||
|
||||
/* TODO/FIXME - static global */
|
||||
|
Loading…
x
Reference in New Issue
Block a user