InputCommon: add AnalogFromButton

This commit is contained in:
wwylele 2017-01-21 13:04:00 +02:00
parent 38e800f70d
commit a6bd7917cb
8 changed files with 162 additions and 0 deletions

View file

@ -24,5 +24,7 @@ public:
void Reload();
void Save();
static const std::array<int, Settings::NativeButton::NumButtons> default_buttons;
static const std::array<std::array<int, 5>, Settings::NativeAnalog::NumAnalogs> default_analogs;
};