Update libretro_dipswitch.c

This commit is contained in:
retro-wertz
2019-08-01 22:25:58 +08:00
parent d807bac15b
commit 878b0937f5
2 changed files with 178 additions and 170 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@ typedef struct {
uint8 MD5[16];
int soundrate; /* For Ogg Vorbis expansion sound wacky support. 0 for default. */
int soundchan; /* Number of sound channels. */
int gameid; /* VS game id for per-game settings e.g. dip switches */
int gameid; /* Currently used for VS game id for per-game dipswitch */
} FCEUGI;
#endif