filesystem: add new export FS_GetFullDiskPath, similar to FS_GetDiskPath, but generates full path to the file, including searchpath

This commit is contained in:
Alibek Omarov
2023-05-02 08:52:54 +03:00
parent c33a384975
commit 5a7b68fcc1
7 changed files with 40 additions and 9 deletions

View File

@@ -511,7 +511,7 @@ public:
extern "C" void EXPORT *CreateInterface( const char *interface, int *retval )
{
if( !Q_strcmp( interface, "VFileSystem009" ))
if( !Q_strcmp( interface, FILESYSTEM_INTERFACE_VERSION ))
{
if( retval )
*retval = 0;