ioapi: libretro needs this
This commit is contained in:
parent
44912fddf1
commit
ce9c08793e
|
@ -45,6 +45,13 @@
|
|||
#include <stdlib.h>
|
||||
#include "zlib.h"
|
||||
|
||||
#ifdef __LIBRETRO__
|
||||
#include <streams/file_stream_transforms.h>
|
||||
#ifndef USE_FILE32API
|
||||
#define USE_FILE32API
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(USE_FILE32API)
|
||||
#define fopen64 fopen
|
||||
#define ftello64 ftell
|
||||
|
|
Loading…
Reference in New Issue