mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
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:
parent
e06788e768
commit
dda6d4cf95
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue