input_common/udp: allow changing pad index

This commit is contained in:
zhupengfei 2018-08-10 14:15:26 +08:00
parent d1c364bb85
commit e1ae14d508
No known key found for this signature in database
GPG key ID: 85B82A3E62174206
6 changed files with 21 additions and 12 deletions

View file

@ -98,6 +98,7 @@ struct Values {
std::string touch_device;
std::string udp_input_address;
u16 udp_input_port;
u8 udp_pad_index;
// Core
bool use_cpu_jit;