diff --git a/libretro-common/streams/stdin_stream.c b/libretro-common/streams/stdin_stream.c index 6d9037eafb..80f6e9abd5 100644 --- a/libretro-common/streams/stdin_stream.c +++ b/libretro-common/streams/stdin_stream.c @@ -38,7 +38,7 @@ #include #include -#if (defined(_WIN32) && defined(_XBOX)) || defined(__WINRT__) +#if (defined(_WIN32) && defined(_XBOX)) || defined(__WINRT__) || !defined(__PSL1GHT__) && defined(__PS3__) size_t read_stdin(char *buf, size_t size) { /* Not implemented. */