mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Bake out stdin_stream.c
This commit is contained in:
parent
c5fe9f4252
commit
46806e7204
@ -38,7 +38,7 @@
|
||||
|
||||
#include <streams/stdin_stream.h>
|
||||
|
||||
#if defined(_WIN32) && defined(_XBOX)
|
||||
#if (defined(_WIN32) && defined(_XBOX)) || defined(__CELLOS_LV2__)
|
||||
size_t read_stdin(char *buf, size_t size)
|
||||
{
|
||||
/* Not implemented. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user