Removed the (never finished) Nvidia emulation code.

This commit is contained in:
OBattler
2018-08-01 02:48:32 +02:00
parent 9061d9a37d
commit 3a05287b45
7 changed files with 3 additions and 4709 deletions

View File

@@ -8,7 +8,7 @@
#
# Makefile for Win32 (MinGW32) environment.
#
# Version: @(#)Makefile.mingw 1.0.121 2018/07/28
# Version: @(#)Makefile.mingw 1.0.122 2018/08/01
#
# Authors: Miran Grca, <mgrca8@gmail.com>
# Fred N. van Kempen, <decwiz@yahoo.com>
@@ -53,9 +53,6 @@ ifeq ($(DEV_BUILD), y)
ifndef MRTHOR
MRTHOR := y
endif
ifndef NV_RIVA
NV_RIVA := y
endif
ifndef PAS16
PAS16 := y
endif
@@ -96,9 +93,6 @@ else
ifndef MRTHOR
MRTHOR := n
endif
ifndef NV_RIVA
NV_RIVA := n
endif
ifndef PAS16
PAS16 := n
endif
@@ -376,11 +370,6 @@ ifeq ($(MRTHOR), y)
OPTS += -DUSE_MRTHOR
endif
ifeq ($(NV_RIVA), y)
OPTS += -DUSE_RIVA
DEVBROBJ += vid_nvidia.o
endif
ifeq ($(PAS16), y)
OPTS += -DUSE_PAS16
DEVBROBJ += snd_pas16.o