small optimizations

This commit is contained in:
2024-01-16 17:54:06 +01:00
parent a8bd98706f
commit 0affc96e3e
14 changed files with 12 additions and 30 deletions

View File

@ -13,7 +13,7 @@ appdata=
enable=1
aimePath=DEVICE\aime.txt
; Enable high baud rate.
;highbaud=1
;highBaud=1
[aimeio]
; Uncomment this if you have custom (x64) aime implementation.
@ -30,6 +30,10 @@ default=127.0.0.1
; Chunithm is extremely picky about its LAN environment, so leaving this
; setting enabled is strongly recommended.
enable=1
; The final octet of the local host's IP address on the virtualized subnet (so,
; if the keychip subnet is `192.168.32.0` and this value is set to `11`, then the
; local host's virtualized LAN IP is `192.168.32.11`).
addrSuffix=11
[keychip]
; The /24 LAN subnet that the emulated keychip will tell the game to expect.

View File

@ -23,7 +23,6 @@ default=127.0.0.1
; SEGA games are somewhat picky about their LAN environment, so leaving this
; setting enabled is recommended.
enable=1
; The final octet of the local host's IP address on the virtualized subnet (so,
; if the keychip subnet is `192.168.32.0` and this value is set to `11`, then the
; local host's virtualized LAN IP is `192.168.32.11`).