forked from Dniel97/segatools
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:
parent
27db92c0bf
commit
eb58c0ef23
2
dist/chuni/segatools.ini
vendored
2
dist/chuni/segatools.ini
vendored
@ -21,7 +21,7 @@ enable=1
|
|||||||
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
|
; 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
|
; If you disable netenv then you must set this to your LAN's IP subnet, and
|
||||||
; that subnet must start with 192.168.
|
; that subnet must start with 192.168.
|
||||||
;subnet=192.168.100.0
|
subnet=192.168.100.0
|
||||||
|
|
||||||
[gfx]
|
[gfx]
|
||||||
; Force the game to run windowed.
|
; Force the game to run windowed.
|
||||||
|
4
dist/idz/segatools.ini
vendored
4
dist/idz/segatools.ini
vendored
@ -29,7 +29,7 @@ enable=1
|
|||||||
; The /24 LAN subnet that the emulated keychip will tell the game to expect.
|
; 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
|
; If you disable netenv then you must set this to your LAN's IP subnet, and
|
||||||
; that subnet must start with 192.168.
|
; that subnet must start with 192.168.
|
||||||
;subnet=192.168.100.0
|
subnet=192.168.100.0
|
||||||
|
|
||||||
[gpio]
|
[gpio]
|
||||||
; Emulated Nu DIP switch for Distribution Server setting.
|
; Emulated Nu DIP switch for Distribution Server setting.
|
||||||
@ -89,4 +89,4 @@ gear6=6
|
|||||||
; Invert the accelerator and or brake axis
|
; Invert the accelerator and or brake axis
|
||||||
; (Needed when using DirectInput for the Dualshock 4 for example)
|
; (Needed when using DirectInput for the Dualshock 4 for example)
|
||||||
reverseAccelAxis=0
|
reverseAccelAxis=0
|
||||||
reverseBrakeAxis=0
|
reverseBrakeAxis=0
|
||||||
|
Loading…
Reference in New Issue
Block a user