mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Implement resource packs
This commit is contained in:
@ -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));
|
||||
|
Reference in New Issue
Block a user