mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Merge branch 'master' of github.com:Themaister/RetroArch
This commit is contained in:
commit
0b97b5be98
@ -24,9 +24,14 @@
|
|||||||
|
|
||||||
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) || defined(__BLACKBERRY_QNX__)
|
#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) || defined(__BLACKBERRY_QNX__)
|
||||||
#include <unistd.h> //stat() is defined here
|
#include <unistd.h> //stat() is defined here
|
||||||
#ifndef __BLACKBERRY_QNX__
|
|
||||||
#define S_ISDIR(x) (x & CELL_FS_S_IFDIR)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__CELLOS_LV2__)
|
||||||
|
|
||||||
|
#ifndef S_ISDIR
|
||||||
|
#define S_ISDIR(x) (x & 0040000)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user