mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(PS/Vita) Buildfix for retro_file.c
This commit is contained in:
parent
57f390e44d
commit
3464781017
@ -57,7 +57,9 @@ int retro_get_fd(RFILE *stream)
|
||||
{
|
||||
if (!stream)
|
||||
return -1;
|
||||
#if defined(HAVE_BUFFERED_IO)
|
||||
#if defined(VITA) || defined(PSP)
|
||||
return stream->fd;
|
||||
#elif defined(HAVE_BUFFERED_IO)
|
||||
return fileno(stream->fd);
|
||||
#else
|
||||
return stream->fd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user