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:
parent
4fb3042944
commit
e62162e486
|
@ -81,6 +81,7 @@ static void CreateLoadPath(std::string path)
|
||||||
File::CreateFullPath(File::GetUserPath(D_HIRESTEXTURES_IDX));
|
File::CreateFullPath(File::GetUserPath(D_HIRESTEXTURES_IDX));
|
||||||
File::CreateFullPath(File::GetUserPath(D_RIIVOLUTION_IDX));
|
File::CreateFullPath(File::GetUserPath(D_RIIVOLUTION_IDX));
|
||||||
File::CreateFullPath(File::GetUserPath(D_GRAPHICSMOD_IDX));
|
File::CreateFullPath(File::GetUserPath(D_GRAPHICSMOD_IDX));
|
||||||
|
File::CreateFullPath(File::GetUserPath(D_DYNAMICINPUT_IDX));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void CreateResourcePackPath(std::string path)
|
static void CreateResourcePackPath(std::string path)
|
||||||
|
|
Loading…
Reference in New Issue