mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
windows: move logs to log dir
This commit is contained in:
parent
451e953d26
commit
a7edfa221e
6 changed files with 50 additions and 35 deletions
|
@ -2676,8 +2676,8 @@ void main_window::CreateConnects()
|
|||
return;
|
||||
}
|
||||
|
||||
const std::string archived_path = fs::get_cache_dir() + "RPCS3.log.gz";
|
||||
const std::string raw_file_path = fs::get_cache_dir() + "RPCS3.log";
|
||||
const std::string archived_path = fs::get_log_dir() + "RPCS3.log.gz";
|
||||
const std::string raw_file_path = fs::get_log_dir() + "RPCS3.log";
|
||||
|
||||
fs::stat_t raw_stat{};
|
||||
fs::stat_t archived_stat{};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue