mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
database_info.h - cleanup to struct
This commit is contained in:
parent
fc06e2f84f
commit
408cbf98c9
@ -85,12 +85,9 @@ typedef struct
|
||||
char *serial;
|
||||
char *description;
|
||||
char *genre;
|
||||
int achievements;
|
||||
char *category;
|
||||
char *language;
|
||||
char *region;
|
||||
int console_exclusive;
|
||||
int platform_exclusive;
|
||||
char *score;
|
||||
char *media;
|
||||
char *controls;
|
||||
@ -116,6 +113,9 @@ typedef struct
|
||||
char *sha1;
|
||||
char *md5;
|
||||
void *userdata;
|
||||
int achievements;
|
||||
int console_exclusive;
|
||||
int platform_exclusive;
|
||||
int analog_supported;
|
||||
int rumble_supported;
|
||||
int coop_supported;
|
||||
|
Loading…
Reference in New Issue
Block a user