Updated RGUI (markdown)

Hans-Kristian Arntzen 2013-06-09 13:32:40 -07:00
parent 34d6dbfc5c
commit cac32110d9
1 changed files with 1 additions and 1 deletions

@ -107,7 +107,7 @@ The format of this history file is a simple plaintext file with format:
If rom-path is blank (just a newline), RetroArch will attempt to load the core without a game. If rom-path is blank (just a newline), RetroArch will attempt to load the core without a game.
#### Old format consideration #### Old format consideration
The old format for history was rom-path1;libretro-core-path1;core-name1. The old format for history was `rom-path1;libretro-core-path1;core-name1`.
However, this was found to be a bad idea as ';' is a valid path name. However, this was found to be a bad idea as ';' is a valid path name.
The behavior was fixed, and RetroArch used a new default path for history files (`.retroarch-game-history.txt` instead of `.retroarch-history.txt`). To convert to the new format, just rename the old history file, and replace ';' with newlines directly. The behavior was fixed, and RetroArch used a new default path for history files (`.retroarch-game-history.txt` instead of `.retroarch-history.txt`). To convert to the new format, just rename the old history file, and replace ';' with newlines directly.