Qt/Input: new ds4 LED settings

This commit is contained in:
Adiost 2020-03-05 19:02:28 +01:00 committed by Megamouse
parent 0361184930
commit f776910966
21 changed files with 587 additions and 105 deletions

View file

@ -276,6 +276,11 @@ bool PadHandlerBase::has_led() const
return b_has_led;
}
bool PadHandlerBase::has_battery() const
{
return b_has_battery;
}
std::string PadHandlerBase::get_config_dir(pad_handler type, const std::string& title_id)
{
if (!title_id.empty())