Set PATH_MAX_LENGTH to 512 for PS3

This commit is contained in:
twinaphex 2017-12-20 15:39:01 +01:00
parent 6441a25c35
commit 7cda1aaab9

View File

@ -68,7 +68,7 @@ static INLINE bool bits_any_set(uint32_t* ptr, uint32_t count)
}
#ifndef PATH_MAX_LENGTH
#if defined(_XBOX1) || defined(_3DS) || defined(PSP) || defined(GEKKO)|| defined(WIIU)
#if defined(_XBOX1) || defined(_3DS) || defined(PSP) || defined(GEKKO)|| defined(WIIU) || defined(__CELLOS_LV2__)
#define PATH_MAX_LENGTH 512
#else
#define PATH_MAX_LENGTH 4096