mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 03:24:59 +00:00
Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures_directory_error_logs
UICommon: Create Load/DynamicInputTextures directory on startup
This commit is contained in:
commit
7586fc8134
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ static void CreateLoadPath(std::string path)
|
|||
File::CreateFullPath(File::GetUserPath(D_HIRESTEXTURES_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_RIIVOLUTION_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_GRAPHICSMOD_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_DYNAMICINPUT_IDX));
|
||||
}
|
||||
|
||||
static void CreateResourcePackPath(std::string path)
|
||||
|
|
Loading…
Add table
Reference in a new issue