Merge pull request #9494 from LazyBumHorse/fix_log

fix name of RetroArch's log file
This commit is contained in:
Twinaphex 2019-09-21 19:56:42 +02:00 committed by GitHub
commit f4feda6323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26208,7 +26208,7 @@ void rarch_log_file_init(void)
fill_pathname_join(log_file_path, settings->paths.log_dir,
log_to_file_timestamp
? timestamped_log_file_name
: ".log",
: "retroarch.log",
sizeof(log_file_path));
}