[Glide64] Always callZLUT
This commit is contained in:
parent
466cae78db
commit
4fa189ac33
|
@ -473,7 +473,6 @@ void ReadSpecialSettings(const char * name)
|
|||
g_settings->zmode_compare_less = GetSetting(Set_zmode_compare_less);
|
||||
g_settings->old_style_adither = GetSetting(Set_old_style_adither);
|
||||
g_settings->n64_z_scale = GetSetting(Set_n64_z_scale);
|
||||
if (g_settings->n64_z_scale)
|
||||
ZLUT_init();
|
||||
|
||||
//frame buffer
|
||||
|
@ -1430,7 +1429,6 @@ int CALL InitiateGFX(GFX_INFO Gfx_Info)
|
|||
TexCacheInit();
|
||||
CRC_BuildTable();
|
||||
CountCombine();
|
||||
if (fb_depth_render_enabled)
|
||||
ZLUT_init();
|
||||
|
||||
grConfigWrapperExt(
|
||||
|
|
Loading…
Reference in New Issue