From 65eda2a9f1a4dea854f8362ed858300398333c81 Mon Sep 17 00:00:00 2001 From: Tau Date: Sun, 24 Nov 2019 12:46:40 -0500 Subject: [PATCH] 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. --- dist/chuni/segatools.ini | 2 +- dist/idz/segatools.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/chuni/segatools.ini b/dist/chuni/segatools.ini index 51d78c7..d91984a 100644 --- a/dist/chuni/segatools.ini +++ b/dist/chuni/segatools.ini @@ -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. diff --git a/dist/idz/segatools.ini b/dist/idz/segatools.ini index 65ee0cb..dbcaf42 100644 --- a/dist/idz/segatools.ini +++ b/dist/idz/segatools.ini @@ -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 \ No newline at end of file +reverseBrakeAxis=0