mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
Create folder for MP3/Ogg files
svn-id: r15063
This commit is contained in:
parent
83dac5960f
commit
e06913a5df
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user