Create folder for MP3/Ogg files

svn-id: r15063
This commit is contained in:
Chris Apers 2004-09-12 13:44:03 +00:00
parent 83dac5960f
commit e06913a5df

View File

@ -17,6 +17,7 @@ void CardSlotCreateDirs() {
VFSDirCreate(gPrefs->card.volRefNum, "/PALM/Programs/ScummVM");
VFSDirCreate(gPrefs->card.volRefNum, "/PALM/Programs/ScummVM/Games");
VFSDirCreate(gPrefs->card.volRefNum, "/PALM/Programs/ScummVM/Saved");
VFSDirCreate(gPrefs->card.volRefNum, "/PALM/Programs/ScummVM/Audio");
}
}
@ -278,4 +279,4 @@ UInt16 parseCards() {
CardSlotFormExit(false);
return volRefNum;
}
}