Skip to content

Commit

Permalink
database_info.h - cleanup to struct
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Jun 16, 2023
1 parent fc06e2f commit 408cbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 408cbf9

Please sign in to comment.