From 1b65b3fe3773b035095f94be76bf726ad489ab33 Mon Sep 17 00:00:00 2001 From: koolsmoky <> Date: Sat, 25 Dec 2004 17:52:46 +0000 Subject: [PATCH] remove bump test (forceautobump) --- glide3x/h5/glide3/src/fxglide.h | 1 - glide3x/h5/glide3/src/gsst.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/glide3x/h5/glide3/src/fxglide.h b/glide3x/h5/glide3/src/fxglide.h index c7873b7..0ed08e3 100644 --- a/glide3x/h5/glide3/src/fxglide.h +++ b/glide3x/h5/glide3/src/fxglide.h @@ -2122,7 +2122,6 @@ struct _GlideRoot_s { FxBool texSubLodDither; /* always do subsample mipmap dithering */ FxBool aaClip; /* clean out AA garbage */ - FxBool forceAutoBump; /* force Auto bump? */ #if CHECK_SLAVE_SWAPCMD FxU32 checkSlaveSwapCMD; /* check swap commands across all chips */ #endif diff --git a/glide3x/h5/glide3/src/gsst.c b/glide3x/h5/glide3/src/gsst.c index 262e83d..6ab09a1 100644 --- a/glide3x/h5/glide3/src/gsst.c +++ b/glide3x/h5/glide3/src/gsst.c @@ -2477,7 +2477,7 @@ GR_EXT_ENTRY(grSstWinOpenExt, GrContext_t, ( FxU32 hWnd, #if __POWERPC__ if (!hwcInitAGPFifo(bInfo, FXFALSE)) { #else - if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.forceAutoBump/*FXTRUE*/)) { + if (!hwcInitAGPFifo(bInfo, _GlideRoot.environment.autoBump/*FXTRUE*/)) { #endif hwcRestoreVideo(bInfo); GrErrorCallback(hwcGetErrorString(), FXFALSE);