Uncomment default subnet INI setting

The default value being commented out is no doubt a great source
of confusion whenever somebody attempts to edit it without
realizing that it is a comment.
This commit is contained in:
Tau 2019-11-24 12:46:40 -05:00
parent 5b50824e2f
commit 65eda2a9f1
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ enable=1
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
; If you disable netenv then you must set this to your LAN's IP subnet, and
; that subnet must start with 192.168.
;subnet=192.168.100.0
subnet=192.168.100.0
[gfx]
; Force the game to run windowed.

View File

@ -29,7 +29,7 @@ enable=1
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
; If you disable netenv then you must set this to your LAN's IP subnet, and
; that subnet must start with 192.168.
;subnet=192.168.100.0
subnet=192.168.100.0
[gpio]
; Emulated Nu DIP switch for Distribution Server setting.
@ -89,4 +89,4 @@ gear6=6
; Invert the accelerator and or brake axis
; (Needed when using DirectInput for the Dualshock 4 for example)
reverseAccelAxis=0
reverseBrakeAxis=0
reverseBrakeAxis=0