From 5a13b9e8c67f8333521e67a1eb90702f773c4bf2 Mon Sep 17 00:00:00 2001 From: zilmar Date: Sun, 29 Jan 2017 06:13:47 +1100 Subject: [PATCH] [Glide64] Remove ghq_dmptex_toggle_key --- Source/Glide64/Main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Glide64/Main.cpp b/Source/Glide64/Main.cpp index 0157ade37..3c62cdf4e 100644 --- a/Source/Glide64/Main.cpp +++ b/Source/Glide64/Main.cpp @@ -62,7 +62,6 @@ #include "ScreenResolution.h" #include -int ghq_dmptex_toggle_key = 0; GFX_INFO gfx; @@ -835,8 +834,6 @@ int InitGfx() if (g_settings->ghq_hirs_dump) 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 voodoo.max_tex_size, // max texture height supported by hardware voodoo.sup_32bit_tex ? 32 : 16, // max texture bpp supported by hardware