diff options
| author | JosJuice <josjuice@gmail.com> | 2023-02-27 18:07:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-27 18:07:57 +0100 |
| commit | 7586fc8134cee5c0d428b7ca2bf0e6d1cf103cf3 (patch) | |
| tree | 7563a67abcbc6869721b4038f5773e64b024d78a /Source | |
| parent | 251fb92b802dbb1535b3fd372728aafb2ea3f6f4 (diff) | |
| parent | e62162e4869fce43f4c06401e58fac61cdf2d482 (diff) | |
Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures_directory_error_logs
UICommon: Create Load/DynamicInputTextures directory on startup
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/UICommon/UICommon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/UICommon/UICommon.cpp b/Source/Core/UICommon/UICommon.cpp index 608d623777..6b345e3b81 100644 --- a/Source/Core/UICommon/UICommon.cpp +++ b/Source/Core/UICommon/UICommon.cpp @@ -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) |
