mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
User data directory location getter.
This commit is contained in:
@@ -236,4 +236,10 @@ void UserData::Remove( const char* filename )
|
||||
unlink( path );
|
||||
}
|
||||
|
||||
const char* UserData::GetConfigLocation() const
|
||||
{
|
||||
assert( Valid() );
|
||||
return GetSavePath( m_program.c_str(), m_time, nullptr, false );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user