Added some options to default Supermodel.ini that otherwise are not documented anywhere because README.txt is out of date

This commit is contained in:
Bart Trzynadlowski 2022-08-16 18:33:33 -07:00
parent e06788e768
commit dda6d4cf95

View file

@ -1,6 +1,6 @@
;;
;; Supermodel Configuration File
;; Default settings for Version 0.3a.
;; Default settings.
;;
@ -31,9 +31,24 @@
[ Global ]
; Graphics
New3DEngine = true
QuadRendering = false
WideScreen = false
Stretch = false
WideBackground = false
; Refresh rate (milliHertz accuracy). Actual Model 3 refresh rate is 57.524 Hz
; but this can cause judder so we use 60 Hz by default.
RefreshRate = 60.000
; Legacy SCSP DSP implementation for games that do not play well with the newer
; one (e.g., Fighting Vipers 2)
LegacySoundDSP = false
; Network board
Network = 0
SimulateNet = 1
Network = false
SimulateNet = true
PortIn = 1970
PortOut = 1971
AddressOut = "127.0.0.1"