mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add some PSL1GHT ifdefs
This commit is contained in:
parent
e67be94b98
commit
1d48b9c61e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue