Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures…
…_directory_error_logs

UICommon: Create Load/DynamicInputTextures directory on startup
  • Loading branch information
JosJuice committed Feb 27, 2023
2 parents 251fb92 + e62162e commit 7586fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/UICommon/UICommon.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 7586fc8

Please sign in to comment.