mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
Update file_stream.h
This commit is contained in:
parent
2b3cc8898a
commit
130e4522e2
@ -99,8 +99,11 @@ int filestream_printf(RFILE *stream, const char* format, ...);
|
||||
|
||||
int filestream_error(RFILE *stream);
|
||||
|
||||
int filestream_get_fd(RFILE *stream);
|
||||
/* DO NOT put this function back, unless you want to deal with
|
||||
the UNAVOIDABLE REGRESSIONS on platforms using unexpected rfile backends
|
||||
int filestream_get_fd(RFILE *stream); */
|
||||
|
||||
/* TODO: remove, for the same reason as the above */
|
||||
FILE* filestream_get_fp(RFILE *stream);
|
||||
|
||||
int filestream_flush(RFILE *stream);
|
||||
|
Loading…
x
Reference in New Issue
Block a user