Add some PSL1GHT ifdefs

This commit is contained in:
CrystalCT 2021-03-12 12:22:58 +01:00
parent e67be94b98
commit 1d48b9c61e

View File

@ -38,7 +38,7 @@
#include <retro_environment.h>
#include <streams/stdin_stream.h>
#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. */