mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-21 00:05:30 +00:00
Fix console builds
This commit is contained in:
parent
72b90e0d6c
commit
e0e48e8d3e
@ -76,12 +76,12 @@
|
||||
|
||||
struct RFILE
|
||||
{
|
||||
unsigned hints;
|
||||
#if defined(PSP) || defined(VITA)
|
||||
SceUID fd;
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
int fd;
|
||||
#else
|
||||
unsigned hints;
|
||||
#if defined(HAVE_BUFFERED_IO)
|
||||
FILE *fp;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user