From 97f8c39865ccd5a7948133759f39c112932b1db4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Sep 2015 19:12:19 +0200 Subject: [PATCH] (retro_dirent.c) PS3 - cleanup --- libretro-common/file/retro_dirent.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libretro-common/file/retro_dirent.c b/libretro-common/file/retro_dirent.c index c04ee6a40a..52bb356943 100644 --- a/libretro-common/file/retro_dirent.c +++ b/libretro-common/file/retro_dirent.c @@ -115,14 +115,6 @@ const char *retro_dirent_get_name(struct RDIR *rdir) #endif } -#if defined(__CELLOS_LV2__) - -#ifndef S_ISDIR -#define S_ISDIR(x) (x & 0040000) -#endif - -#endif - /** * * retro_dirent_is_dir: