mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Update libretro-common
This commit is contained in:
parent
f52708e205
commit
653bcba2e0
@ -37,13 +37,13 @@
|
|||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#define FILESTREAM_REQUIRED_VFS_VERSION 1
|
#define FILESTREAM_REQUIRED_VFS_VERSION 2
|
||||||
|
|
||||||
RETRO_BEGIN_DECLS
|
RETRO_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct RFILE RFILE;
|
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);
|
void filestream_vfs_init(const struct retro_vfs_interface_info* vfs_info);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user