mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
HID: use MotionDevice for Accelerometer and Gyroscope
This commit is contained in:
parent
4f6f33f155
commit
31da8b8353
3 changed files with 48 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue