mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Common/FileUtil: Ensure consistency for custom user paths.
This commit is contained in:
@ -62,7 +62,8 @@ enum
|
||||
D_DYNAMICINPUT_IDX,
|
||||
D_GBAUSER_IDX,
|
||||
D_GBASAVES_IDX,
|
||||
F_DOLPHINCONFIG_IDX,
|
||||
FIRST_FILE_USER_PATH_IDX,
|
||||
F_DOLPHINCONFIG_IDX = FIRST_FILE_USER_PATH_IDX,
|
||||
F_GCPADCONFIG_IDX,
|
||||
F_WIIPADCONFIG_IDX,
|
||||
F_GCKEYBOARDCONFIG_IDX,
|
||||
@ -208,7 +209,7 @@ const std::string& GetUserPath(unsigned int dir_index);
|
||||
|
||||
// Sets a user directory path
|
||||
// Rebuilds internal directory structure to compensate for the new directory
|
||||
void SetUserPath(unsigned int dir_index, const std::string& path);
|
||||
void SetUserPath(unsigned int dir_index, std::string path);
|
||||
|
||||
// probably doesn't belong here
|
||||
std::string GetThemeDir(const std::string& theme_name);
|
||||
|
Reference in New Issue
Block a user