Merge pull request #12136 from crystalct/master

Add some PSL1GHT ifdefs
This commit is contained in:
Autechre 2021-03-12 12:38:52 +01:00 committed by GitHub
commit a9f7e42131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. */