(MSVC 360) Build fixes

This commit is contained in:
Twinaphex
2014-04-15 02:09:56 -07:00
parent dcdc9b3baa
commit ca248e6bda
5 changed files with 16 additions and 32 deletions

View File

@@ -34,7 +34,7 @@ void FCEUSS_CheckStates(void);
typedef struct {
void *v;
uint32 s;
char desc[4];
char desc[5];
} SFORMAT;
void ResetExState(void (*PreSave)(void), void (*PostSave)(void));