mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update file_stream.c
This commit is contained in:
parent
dca30d533f
commit
c10859b745
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue