diff --git a/libretro-common/file/retro_file.c b/libretro-common/file/retro_file.c index 5b16acda06..26775131b7 100644 --- a/libretro-common/file/retro_file.c +++ b/libretro-common/file/retro_file.c @@ -76,12 +76,12 @@ struct RFILE { + unsigned hints; #if defined(PSP) || defined(VITA) SceUID fd; #elif defined(__CELLOS_LV2__) int fd; #else - unsigned hints; #if defined(HAVE_BUFFERED_IO) FILE *fp; #endif