filesystem: fs is non case sensitive on nswitch and psvita

This commit is contained in:
fgsfds 2023-02-18 03:25:11 +01:00 committed by Alibek Omarov
parent adc5aa4659
commit 577add56f1
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ typedef struct dir_s
static qboolean Platform_GetDirectoryCaseSensitivity( const char *dir )
{
#if XASH_WIN32
#if XASH_WIN32 || XASH_PSVITA || XASH_NSWITCH
return false;
#elif XASH_LINUX && defined( FS_IOC_GETFLAGS )
int flags = 0;