mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
Qt: rename pad profiles to config files
This commit is contained in:
parent
cb8aa21fb1
commit
f554b444c0
9 changed files with 103 additions and 103 deletions
|
|
@ -379,6 +379,6 @@ namespace rpcs3::utils
|
|||
std::string get_custom_input_config_path(const std::string& title_id)
|
||||
{
|
||||
if (title_id.empty()) return "";
|
||||
return get_input_config_dir(title_id) + g_cfg_profile.default_profile + ".yml";
|
||||
return get_input_config_dir(title_id) + g_cfg_input_configs.default_config + ".yml";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue