Skip to content

Commit b7f21d4

Browse files
committed
made it crash..
1 parent 0ce9756 commit b7f21d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retroarch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7049,7 +7049,7 @@ static bool retroarch_parse_input_and_config(
70497049
RARCH_OVERRIDE_SETTING_LOG_TO_FILE, NULL);
70507050

70517051
/* Cache log file path override */
7052-
rarch_log_file_set_override(optarg);
7052+
//rarch_log_file_set_override(optarg);
70537053

70547054
/* First pass: Read the config file path and any directory overrides, so
70557055
* they're in place when we load the config */

0 commit comments

Comments
 (0)