Update libretro-common

This commit is contained in:
twinaphex 2017-09-07 16:35:49 +02:00
parent a6cb25a3a5
commit 3ef416d8ef

View File

@ -32,6 +32,19 @@ typedef struct RFILE RFILE;
#define FILE RFILE
#undef fopen
#undef fclose
#undef ftell
#undef fseek
#undef fread
#undef fgets
#undef fgetc
#undef fwrite
#undef fputc
#undef fprintf
#undef ferror
#undef feof
#define fopen rfopen
#define fclose rfclose
#define ftell rftell