Disable the softrenderer by default.

Before we can ship the softrenderer in the default install we'll need to
clean up the cvars. Currently the softrenderer is using the gl_* cvars
which is confusing.
This commit is contained in:
Yamagi Burmeister 2017-12-19 21:39:54 +01:00
parent b993e9d320
commit cc5e154511
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ string(REPLACE "-O3" "-O2" CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE}")
option(ZIP_SUPPORT "ZIP support" ON)
option(OGG_SUPPORT "OGG Vorbis playback support (Music)" ON)
option(OPENAL_SUPPORT "OpenAL support" ON)
option(SOFTRENDERER_SUPPORT "Enabled the software renderer" ON)
option(SOFTRENDERER_SUPPORT "Enabled the software renderer" OFF)
option(SYSTEMWIDE_SUPPORT "Enable systemwide installation of game assets" OFF)
# These variables will act as our list of include folders and linker flags

View file

@ -28,7 +28,7 @@
# -------------------------
# Build soft render
WITH_REFSOFT:=yes
WITH_REFSOFT:=no
# Enables CD audio playback. CD audio playback is used
# for the background music and doesn't add any further