ioapi: libretro needs this

This commit is contained in:
barbudreadmon 2024-09-28 16:02:11 +02:00 committed by GitHub
parent 44912fddf1
commit ce9c08793e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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