diff --git a/libretro-common/include/streams/file_stream.h b/libretro-common/include/streams/file_stream.h index d5c0ab0ad7..8e83f6d91b 100644 --- a/libretro-common/include/streams/file_stream.h +++ b/libretro-common/include/streams/file_stream.h @@ -37,13 +37,13 @@ #include -#define FILESTREAM_REQUIRED_VFS_VERSION 1 +#define FILESTREAM_REQUIRED_VFS_VERSION 2 RETRO_BEGIN_DECLS typedef struct RFILE RFILE; -#define FILESTREAM_REQUIRED_VFS_VERSION 1 +#define FILESTREAM_REQUIRED_VFS_VERSION 2 void filestream_vfs_init(const struct retro_vfs_interface_info* vfs_info);