瀏覽代碼

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
James Rowe 6 年之前
父節點
當前提交
fc205a1bc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/yuzu_cmd/default_ini.h

+ 1 - 1
src/yuzu_cmd/default_ini.h

@@ -84,7 +84,7 @@ touch_device=
 # from any cemuhook compatible motion program.
 
 # 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)
 udp_input_port=