mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Goban: Rename save file extension back to sgf to match other applications.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3790897189
commit
0f70c4d4cc
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@
|
|||
#define DEFAULT_SAVE_DIR PLUGIN_GAMES_DIR "/goban"
|
||||
|
||||
/* The default file we save to */
|
||||
#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.save")
|
||||
#define DEFAULT_SAVE (DEFAULT_SAVE_DIR "/goban_d.sgf")
|
||||
|
||||
/* The size of the buffer we store filenames in (1 reserved for '\0') */
|
||||
#define SAVE_FILE_LENGTH 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue