forked from mirrors/0ad
# hopefully support non-admin accounts and unwritable directories by moving output folders to home/appdata
the old behavior (using directories under binaries/) can be kept by passing -writableRoot on the command line. the first game load will be slower than usual due to re-creation of cached XMBs. This was SVN commit r7065.
This commit is contained in:
@@ -258,7 +258,7 @@ CNetLogFileSink::CNetLogFileSink( void )
|
||||
CNetLogger::GetStringTime( time );
|
||||
|
||||
// Make relative path
|
||||
fs::path path(psLogPath()/"net_log");
|
||||
fs::path path(fs::path(psLogDir())/"net_log");
|
||||
path /= time+".txt";
|
||||
m_FileName = path.external_file_string();
|
||||
m_Append = true;
|
||||
|
||||
Reference in New Issue
Block a user