Update libretro-common

This commit is contained in:
twinaphex 2018-08-07 06:17:48 +02:00
parent f52708e205
commit 653bcba2e0

View File

@ -37,13 +37,13 @@
#include <stdarg.h>
#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);