mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Implement resource packs
This commit is contained in:
parent
e6b2758ab4
commit
71d53c922f
20 changed files with 1143 additions and 2 deletions
|
@ -156,6 +156,7 @@ void SetLocale(std::string locale_name)
|
|||
|
||||
void CreateDirectories()
|
||||
{
|
||||
File::CreateFullPath(File::GetUserPath(D_RESOURCEPACK_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_USER_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_CACHE_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_COVERCACHE_IDX));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue