(retro_dirent.c) PS3 - cleanup

This commit is contained in:
twinaphex 2015-09-04 19:12:19 +02:00
parent 9ef5570fcc
commit 97f8c39865

View File

@ -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: