diff --git a/Config/Supermodel.ini b/Config/Supermodel.ini index 14b5fe7..4c84799 100644 --- a/Config/Supermodel.ini +++ b/Config/Supermodel.ini @@ -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"