forked from len0rd/rockbox
Goban: Change save location and file names to fit more in line with the rest of the plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22172 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2e7ecf350
commit
4ac9bebd42
2 changed files with 3 additions and 3 deletions
|
|
@ -243,7 +243,7 @@ plugin_start (const void *parameter)
|
|||
{
|
||||
int btn;
|
||||
|
||||
rb->mkdir ("/sgf");
|
||||
rb->mkdir (DEFAULT_SAVE_DIR);
|
||||
|
||||
global_setup ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue