X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlideHQ%2FTxQuantize.h;h=e14990f4150f22c86dd43cf5c8a520829ad082a7;hb=b1ad0508c0f0c51b99730c614e83d2b763bcca11;hp=d3c6ae6dc6da7c266c4baad5e6a490a4c8ed2a68;hpb=98e75f2d18c02c233da543560f76282f04fc796c;p=mupen64plus-pandora.git diff --git a/source/gles2glide64/src/GlideHQ/TxQuantize.h b/source/gles2glide64/src/GlideHQ/TxQuantize.h index d3c6ae6..e14990f 100644 --- a/source/gles2glide64/src/GlideHQ/TxQuantize.h +++ b/source/gles2glide64/src/GlideHQ/TxQuantize.h @@ -38,7 +38,7 @@ private: int _numcore; fxtCompressTexFuncExt _tx_compress_fxt1; - dxtCompressTexFuncExt _tx_compress_dxtn; + dxtCompressTexFuncExt _tx_compress_dxtn_rgba; /* fast optimized... well, sort of. */ void ARGB1555_ARGB8888(uint32* src, uint32* dst, int width, int height);