input_common/udp: allow changing pad index
This commit is contained in:
parent
d1c364bb85
commit
e1ae14d508
6 changed files with 21 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue