forked from dolphin-emu/dolphin
Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures_directory_error_logs
UICommon: Create Load/DynamicInputTextures directory on startup
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user