Merge pull request #9494 from LazyBumHorse/fix_log
fix name of RetroArch's log file
This commit is contained in:
commit
f4feda6323
|
@ -26208,7 +26208,7 @@ void rarch_log_file_init(void)
|
||||||
fill_pathname_join(log_file_path, settings->paths.log_dir,
|
fill_pathname_join(log_file_path, settings->paths.log_dir,
|
||||||
log_to_file_timestamp
|
log_to_file_timestamp
|
||||||
? timestamped_log_file_name
|
? timestamped_log_file_name
|
||||||
: ".log",
|
: "retroarch.log",
|
||||||
sizeof(log_file_path));
|
sizeof(log_file_path));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue