UICommon: Create Load/DynamicInputTextures directory on startup

Fix console error spam on Dolphin and game startup if the directory
doesn't exist.
This commit is contained in:
Dentomologist 2023-02-26 13:07:48 -08:00
parent 4fb3042944
commit e62162e486
1 changed files with 1 additions and 0 deletions

View File

@ -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)