HID: use MotionDevice for Accelerometer and Gyroscope

This commit is contained in:
wwylele 2017-08-06 22:54:19 +03:00
parent 53ef90d1bd
commit 867eabd6b7
3 changed files with 48 additions and 5 deletions

View file

@ -79,6 +79,7 @@ struct Values {
// Controls
std::array<std::string, NativeButton::NumButtons> buttons;
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
std::string motion_device;
// Core
bool use_cpu_jit;