mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
CommonPaths: Add a Riivolution subfolder in Load.
This commit is contained in:
parent
09fc39e2e5
commit
a4da56e5e6
4 changed files with 5 additions and 0 deletions
|
@ -67,6 +67,7 @@ static void CreateLoadPath(const std::string& path)
|
|||
if (!path.empty())
|
||||
File::SetUserPath(D_LOAD_IDX, path + '/');
|
||||
File::CreateFullPath(File::GetUserPath(D_HIRESTEXTURES_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_RIIVOLUTION_IDX));
|
||||
}
|
||||
|
||||
static void CreateResourcePackPath(const std::string& path)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue