mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-08 13:21:51 +08:00
filesystem: fs is non case sensitive on nswitch and psvita
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user