IMUAccelerometer: consistency of BoundCount checks

Similar to the guitar, only control[0] was checked, and that felt random.
This commit is contained in:
Filoppi
2021-05-04 23:58:08 +03:00
parent 7f5b6ed788
commit d43a06ff6a
2 changed files with 10 additions and 3 deletions

View File

@ -20,5 +20,7 @@ public:
IMUAccelerometer(std::string name, std::string ui_name);
std::optional<StateData> GetState() const;
bool AreInputsBound() const;
};
} // namespace ControllerEmu