[Glide64] Remove ghq_dmptex_toggle_key
This commit is contained in:
parent
a5e9e080f1
commit
5a13b9e8c6
|
@ -62,7 +62,6 @@
|
||||||
#include "ScreenResolution.h"
|
#include "ScreenResolution.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
int ghq_dmptex_toggle_key = 0;
|
|
||||||
|
|
||||||
GFX_INFO gfx;
|
GFX_INFO gfx;
|
||||||
|
|
||||||
|
@ -835,8 +834,6 @@ int InitGfx()
|
||||||
if (g_settings->ghq_hirs_dump)
|
if (g_settings->ghq_hirs_dump)
|
||||||
options |= DUMP_TEX;
|
options |= DUMP_TEX;
|
||||||
|
|
||||||
ghq_dmptex_toggle_key = 0;
|
|
||||||
|
|
||||||
g_settings->ghq_use = (int)ext_ghq_init(voodoo.max_tex_size, // max texture width supported by hardware
|
g_settings->ghq_use = (int)ext_ghq_init(voodoo.max_tex_size, // max texture width supported by hardware
|
||||||
voodoo.max_tex_size, // max texture height supported by hardware
|
voodoo.max_tex_size, // max texture height supported by hardware
|
||||||
voodoo.sup_32bit_tex ? 32 : 16, // max texture bpp supported by hardware
|
voodoo.sup_32bit_tex ? 32 : 16, // max texture bpp supported by hardware
|
||||||
|
|
Loading…
Reference in New Issue