mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-03 09:58:29 -04:00
HID: use MotionDevice for Accelerometer and Gyroscope
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user