1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-03 18:06:32 -05:00

HID: use TouchDevice for touch pad

This commit is contained in:
wwylele
2017-08-08 21:34:17 +03:00
parent 61442d6afb
commit c84e60b470
3 changed files with 15 additions and 4 deletions

View File

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