mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
Add unimplemented message
This commit is contained in:
parent
502c2a41a9
commit
b20a03f3b9
@ -416,6 +416,7 @@ int filestream_putc(RFILE *stream, int c)
|
||||
#if defined(HAVE_BUFFERED_IO)
|
||||
return fputc(c, stream->fp);
|
||||
#else
|
||||
/* unimplemented */
|
||||
return EOF;
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user