mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 12:57:52 +00:00
Frontend/SDL - Provide proper default for UDP input
When the default file is read in, the settings default value is only used when the key is missing. As it was, the key existed, but the value was empty string causing it to accept that as a value to pass into the core
This commit is contained in:
parent
2cdda8c564
commit
fc205a1bc5
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ touch_device=
|
||||||
# from any cemuhook compatible motion program.
|
# from any cemuhook compatible motion program.
|
||||||
|
|
||||||
# IPv4 address of the udp input server (Default "127.0.0.1")
|
# IPv4 address of the udp input server (Default "127.0.0.1")
|
||||||
udp_input_address=
|
udp_input_address=127.0.0.1
|
||||||
|
|
||||||
# Port of the udp input server. (Default 26760)
|
# Port of the udp input server. (Default 26760)
|
||||||
udp_input_port=
|
udp_input_port=
|
||||||
|
|
Loading…
Reference in a new issue