mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Update file_stream.c
This commit is contained in:
parent
dca30d533f
commit
c10859b745
@ -114,13 +114,6 @@ struct RFILE
|
||||
char *buf;
|
||||
};
|
||||
|
||||
FILE* filestream_get_fp(RFILE *stream)
|
||||
{
|
||||
if (!stream)
|
||||
return NULL;
|
||||
return stream->fp;
|
||||
}
|
||||
|
||||
const char *filestream_get_ext(RFILE *stream)
|
||||
{
|
||||
if (!stream)
|
||||
|
Loading…
x
Reference in New Issue
Block a user