mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 04:53:54 +00:00
# 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