mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Move RFILE_HINT_UNBUFFERED to file_stream.c
This commit is contained in:
parent
e1461cc0de
commit
93ee4df5f5
@ -41,8 +41,6 @@ RETRO_BEGIN_DECLS
|
|||||||
typedef struct RFILE RFILE;
|
typedef struct RFILE RFILE;
|
||||||
|
|
||||||
#define RFILE_HINT_NONE (0)
|
#define RFILE_HINT_NONE (0)
|
||||||
/* There is no guarantee these requests will be attended. */
|
|
||||||
#define RFILE_HINT_UNBUFFERED (1 << 8)
|
|
||||||
/* requires RFILE_MODE_READ */
|
/* requires RFILE_MODE_READ */
|
||||||
#define RFILE_HINT_MMAP (1 << 9)
|
#define RFILE_HINT_MMAP (1 << 9)
|
||||||
|
|
||||||
|
@ -74,6 +74,8 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define RFILE_HINT_UNBUFFERED (1 << 8)
|
||||||
|
|
||||||
#include <streams/file_stream.h>
|
#include <streams/file_stream.h>
|
||||||
#include <string/stdstring.h>
|
#include <string/stdstring.h>
|
||||||
#include <memmap.h>
|
#include <memmap.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user