mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-03 13:51:02 +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 *serial;
|
||||||
char *description;
|
char *description;
|
||||||
char *genre;
|
char *genre;
|
||||||
int achievements;
|
|
||||||
char *category;
|
char *category;
|
||||||
char *language;
|
char *language;
|
||||||
char *region;
|
char *region;
|
||||||
int console_exclusive;
|
|
||||||
int platform_exclusive;
|
|
||||||
char *score;
|
char *score;
|
||||||
char *media;
|
char *media;
|
||||||
char *controls;
|
char *controls;
|
||||||
@ -116,6 +113,9 @@ typedef struct
|
|||||||
char *sha1;
|
char *sha1;
|
||||||
char *md5;
|
char *md5;
|
||||||
void *userdata;
|
void *userdata;
|
||||||
|
int achievements;
|
||||||
|
int console_exclusive;
|
||||||
|
int platform_exclusive;
|
||||||
int analog_supported;
|
int analog_supported;
|
||||||
int rumble_supported;
|
int rumble_supported;
|
||||||
int coop_supported;
|
int coop_supported;
|
||||||
|
Loading…
Reference in New Issue
Block a user