From fda5e310f2f2bfb4b1eb464a50122e7392235030 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 15 Aug 2014 07:14:24 +0200 Subject: [PATCH] Change .retroarch-game-history.txt to retroarch-game-history.txt --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.c b/settings.c index 707dafdd29..8dddb2a5aa 100644 --- a/settings.c +++ b/settings.c @@ -1065,7 +1065,7 @@ bool config_load_file(const char *path, bool set_defaults) CONFIG_GET_INT(network_cmd_port, "network_cmd_port"); CONFIG_GET_BOOL(stdin_cmd_enable, "stdin_cmd_enable"); - fill_pathname_resolve_relative(g_settings.content_history_path, g_extern.config_path, ".retroarch-game-history.txt", sizeof(g_settings.content_history_path)); + fill_pathname_resolve_relative(g_settings.content_history_path, g_extern.config_path, "retroarch-game-history.txt", sizeof(g_settings.content_history_path)); CONFIG_GET_PATH(content_history_path, "game_history_path"); CONFIG_GET_INT(content_history_size, "game_history_size");