mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
fix name of retroarch log file
This commit is contained in:
parent
302e2fdc53
commit
c81d363a6e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue