mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-19 11:30:34 +00:00
filesystem: fs is non case sensitive on nswitch and psvita
This commit is contained in:
parent
adc5aa4659
commit
577add56f1
@ -54,7 +54,7 @@ typedef struct dir_s
|
|||||||
|
|
||||||
static qboolean Platform_GetDirectoryCaseSensitivity( const char *dir )
|
static qboolean Platform_GetDirectoryCaseSensitivity( const char *dir )
|
||||||
{
|
{
|
||||||
#if XASH_WIN32
|
#if XASH_WIN32 || XASH_PSVITA || XASH_NSWITCH
|
||||||
return false;
|
return false;
|
||||||
#elif XASH_LINUX && defined( FS_IOC_GETFLAGS )
|
#elif XASH_LINUX && defined( FS_IOC_GETFLAGS )
|
||||||
int flags = 0;
|
int flags = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user