[saco] Implement DXUTMediaSearchPath()

This commit is contained in:
RD42 2024-05-12 22:44:56 +08:00
parent 9e6b5a9f94
commit b6605273da

View File

@ -173,3 +173,13 @@ bool CDXUTTimer::IsStopped()
}
//--------------------------------------------------------------------------------------
// Returns pointer to static media search buffer
//--------------------------------------------------------------------------------------
TCHAR* DXUTMediaSearchPath()
{
static TCHAR s_strMediaSearchPath[MAX_PATH] = {0};
return s_strMediaSearchPath;
}