From 8ec8f6a02e8a9d5f3d2f962b9d91d76a22a4818f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 25 Dec 2010 17:26:23 +0100 Subject: [PATCH] DDS: SW decode to quarter res if we want to load DDS but don't support the extension for it --- defaultXonotic.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 9f3de1f0a..8359b2416 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1991,6 +1991,7 @@ scr_conforcewhiledisconnected 0 // DP cannot properly detect this, so rather turn off the detection r_texture_dds_load_dxt1_noalpha 1 +r_texture_dds_load_swdecode 1 // SW decode to quarter res if we want to load DDS but don't support the extension for it // particles optimization r_drawparticles_nearclip_min 8 -- 2.39.2