Qt: Add "New..." to input profile save button
This will ensure the profile gets saved to the correct location.
This commit is contained in:
@ -874,6 +874,11 @@ void CommonHostInterface::RegisterSaveStateHotkeys()
|
||||
}
|
||||
}
|
||||
|
||||
std::string CommonHostInterface::GetPathForInputProfile(const char* name) const
|
||||
{
|
||||
return GetUserDirectoryRelativePath("inputprofiles/%s.ini", name);
|
||||
}
|
||||
|
||||
std::vector<std::pair<std::string, std::string>> CommonHostInterface::GetInputProfileList() const
|
||||
{
|
||||
FileSystem::FindResultsArray results;
|
||||
|
||||
Reference in New Issue
Block a user