mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #11608 from Dentomologist/fix_dynamicinputtextures_directory_error_logs
UICommon: Create Load/DynamicInputTextures directory on startup
This commit is contained in:
commit
7586fc8134
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user