mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 09:40:07 +00:00
Default to nbio stdio for PowerPC Mac
This commit is contained in:
parent
43f6a03110
commit
f53093de4d
@ -36,7 +36,7 @@ extern nbio_intf_t nbio_stdio;
|
||||
|
||||
#if defined(_linux__)
|
||||
static nbio_intf_t *internal_nbio = &nbio_linux;
|
||||
#elif defined(HAVE_MMAP) && defined(BSD)
|
||||
#elif defined(HAVE_MMAP) && defined(BSD) && !defined(__powerpc__) && !defined(__ppc__)
|
||||
static nbio_intf_t *internal_nbio = &nbio_mmap_unix;
|
||||
#elif defined(_WIN32) && !defined(_XBOX)
|
||||
static nbio_intf_t *internal_nbio = &nbio_mmap_win32;
|
||||
|
Loading…
x
Reference in New Issue
Block a user