summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2015-11-05 16:08:36 +0100
committertwinaphex2015-11-05 16:08:36 +0100
commit070a2271fe50a73304d5eb84a688452bd41bbe29 (patch)
tree6d152eef8460187742eb42b260ea2cae270ea5ac
parentfb5ad7bbb34ca1246deb2481aed665aee31d2ce9 (diff)
downloadsnes9x2002-070a2271fe50a73304d5eb84a688452bd41bbe29.tar.gz
snes9x2002-070a2271fe50a73304d5eb84a688452bd41bbe29.tar.bz2
snes9x2002-070a2271fe50a73304d5eb84a688452bd41bbe29.zip
Remove USE_GLIDE
-rw-r--r--src/snes9x.h4
-rw-r--r--src/spc700/debug/port.h1
-rw-r--r--src/tile.cpp4
-rw-r--r--src/tile16.cpp4
-rw-r--r--src/tile16.cpp.bak3
-rw-r--r--src/tile16noprio.cpp4
6 files changed, 0 insertions, 20 deletions
diff --git a/src/snes9x.h b/src/snes9x.h
index 289ba0e..0076b79 100644
--- a/src/snes9x.h
+++ b/src/snes9x.h
@@ -55,10 +55,6 @@
#include "65c816.h"
#include "messages.h"
-#if defined(USE_GLIDE) && !defined(GFX_MULTI_FORMAT)
-#define GFX_MULTI_FORMAT
-#endif
-
#define ROM_NAME_LEN 23
#ifdef __LIBRETRO__
diff --git a/src/spc700/debug/port.h b/src/spc700/debug/port.h
index 4d7eede..3d6b5cd 100644
--- a/src/spc700/debug/port.h
+++ b/src/spc700/debug/port.h
@@ -181,7 +181,6 @@ void gp32_fseek (long position,int ref,long *s);
//#define THREADCPU
-//#define USE_GLIDE
//#define USE_OPENGL
//#define NETPLAY_SUPPORT
//#define FMOD_SUPPORT
diff --git a/src/tile.cpp b/src/tile.cpp
index 74a164c..34735a7 100644
--- a/src/tile.cpp
+++ b/src/tile.cpp
@@ -46,10 +46,6 @@
#include "gfx.h"
#include "tile.h"
-#ifdef USE_GLIDE
-#include "3d.h"
-#endif
-
extern uint32 HeadMask [4];
extern uint32 TailMask [5];
diff --git a/src/tile16.cpp b/src/tile16.cpp
index 5044bd5..747209c 100644
--- a/src/tile16.cpp
+++ b/src/tile16.cpp
@@ -49,10 +49,6 @@
#include "gfx.h"
#include "tile16.h"
-#ifdef USE_GLIDE
-#include "3d.h"
-#endif
-
extern uint32 HeadMask [4];
extern uint32 TailMask [5];
diff --git a/src/tile16.cpp.bak b/src/tile16.cpp.bak
index abc30e0..3d199ff 100644
--- a/src/tile16.cpp.bak
+++ b/src/tile16.cpp.bak
@@ -49,9 +49,6 @@
#include "gfx.h"
#include "tile16.h"
-#ifdef USE_GLIDE
-#include "3d.h"
-#endif
extern uint32 HeadMask [4];
extern uint32 TailMask [5];
diff --git a/src/tile16noprio.cpp b/src/tile16noprio.cpp
index 8f39a71..00da0dc 100644
--- a/src/tile16noprio.cpp
+++ b/src/tile16noprio.cpp
@@ -50,10 +50,6 @@
#include "gfx.h"
#include "tile16.h"
-#ifdef USE_GLIDE
-#include "3d.h"
-#endif
-
extern uint32 HeadMask [4];
extern uint32 TailMask [5];