# 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:
janwas
2009-08-02 11:07:42 +00:00
parent 38737202cb
commit ebac85ee81
12 changed files with 180 additions and 76 deletions
+1 -1
View File
@@ -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;