config: Target custom/[title id].ini instead

Input profiles supersedes and far simplifies my original plans, so there's no need for a directory for each game.
This commit is contained in:
lat9nq
2020-07-22 23:42:32 -04:00
parent bf7d064545
commit 519e1177ff

View File

@@ -25,7 +25,7 @@ Config::Config() {
Config::Config(u64 title_id, bool is_global) {
// TODO: Don't hardcode the path; let the frontend decide where to put the config files.
qt_config_loc = fmt::format("{}custom" DIR_SEP "{:016X}" DIR_SEP "qt-config.ini",
qt_config_loc = fmt::format("{}custom" DIR_SEP "{:016X}.ini",
FileUtil::GetUserPath(FileUtil::UserPath::ConfigDir), title_id);
FileUtil::CreateFullPath(qt_config_loc);