mirror of
https://github.com/libretro/RetroArch
synced 2025-03-08 19:14:33 +00:00
fix name of retroarch log file
This commit is contained in:
parent
302e2fdc53
commit
c81d363a6e
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user