Browse Source

filesystem: fs is non case sensitive on nswitch and psvita

pull/2/head
fgsfds 2 years ago committed by Alibek Omarov
parent
commit
577add56f1
  1. 2
      filesystem/dir.c

2
filesystem/dir.c

@ -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…
Cancel
Save