PSP buildfix

This commit is contained in:
Brad Parker 2017-10-30 23:31:51 -04:00
parent 598285b461
commit 2ce53f32ac

View File

@ -81,6 +81,7 @@ struct RFILE
unsigned hints;
char *ext;
int64_t size;
FILE *fp;
#if defined(PSP)
SceUID fd;
#else
@ -99,9 +100,6 @@ struct RFILE
#define MODE_STR_WRITE_PLUS L"w+"
#endif
#if defined(HAVE_BUFFERED_IO)
FILE *fp;
#endif
#if defined(HAVE_MMAP)
uint8_t *mapped;
uint64_t mappos;