mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 11:37:30 +00:00
Add some PSL1GHT ifdefs
This commit is contained in:
parent
e67be94b98
commit
1d48b9c61e
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user