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

@ -81,6 +81,9 @@ udp_input_address=
# Port of the udp input server. (Default 26760)
udp_input_port=
# The pad to request data on. Should be between 0 (Pad 1) and 3 (Pad 4). (Default 0)
udp_pad_index=
[Core]
# Whether to use the Just-In-Time (JIT) compiler for CPU emulation
# 0: Interpreter (slow), 1 (default): JIT (fast)