summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar James Rowe2020-03-03 20:05:42 -0700
committerGravatar James Rowe2020-03-03 20:05:42 -0700
commitfc205a1bc54543603f49ee3e42a51e7b79f6441d (patch)
tree9c4a93375f1cf31dc71b8f2d4b5fccc7798a822d /src
parentinput/udp - Dont log on invalid packet received (diff)
downloadyuzu-fc205a1bc54543603f49ee3e42a51e7b79f6441d.tar.gz
yuzu-fc205a1bc54543603f49ee3e42a51e7b79f6441d.tar.xz
yuzu-fc205a1bc54543603f49ee3e42a51e7b79f6441d.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/yuzu_cmd/default_ini.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h
index df7473858..085ffbc81 100644
--- a/src/yuzu_cmd/default_ini.h
+++ b/src/yuzu_cmd/default_ini.h
@@ -84,7 +84,7 @@ touch_device=
84# from any cemuhook compatible motion program. 84# from any cemuhook compatible motion program.
85 85
86# IPv4 address of the udp input server (Default "127.0.0.1") 86# IPv4 address of the udp input server (Default "127.0.0.1")
87udp_input_address= 87udp_input_address=127.0.0.1
88 88
89# Port of the udp input server. (Default 26760) 89# Port of the udp input server. (Default 26760)
90udp_input_port= 90udp_input_port=