mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Android: Extract Sys to a different folder than the User folder
This commit is contained in:
@ -77,7 +77,9 @@ void CreateDirectories()
|
||||
File::CreateFullPath(File::GetUserPath(D_SHADERS_IDX));
|
||||
File::CreateFullPath(File::GetUserPath(D_SHADERS_IDX) + ANAGLYPH_DIR DIR_SEP);
|
||||
File::CreateFullPath(File::GetUserPath(D_STATESAVES_IDX));
|
||||
#ifndef ANDROID
|
||||
File::CreateFullPath(File::GetUserPath(D_THEMES_IDX));
|
||||
#endif
|
||||
}
|
||||
|
||||
void SetUserDirectory(const std::string& custom_path)
|
||||
|
Reference in New Issue
Block a user