X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlideHQ%2FTxUtil.h;h=7f9c5f4fdd7c08f8d5a8b472b7b5594e4ec8d655;hp=b89f660dfb86a34b16d3ef44221af9d95b9fa4df;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/gles2glide64/src/GlideHQ/TxUtil.h b/source/gles2glide64/src/GlideHQ/TxUtil.h index b89f660..7f9c5f4 100644 --- a/source/gles2glide64/src/GlideHQ/TxUtil.h +++ b/source/gles2glide64/src/GlideHQ/TxUtil.h @@ -34,7 +34,7 @@ #ifdef __cplusplus extern "C"{ #endif -void tx_compress_dxtn(int srccomps, int width, int height, +void tx_compress_dxtn_rgba(int srccomps, int width, int height, const void *source, int destformat, void *dest, int destRowStride); @@ -62,7 +62,7 @@ private: HMODULE _dxtnlib; #endif fxtCompressTexFuncExt _tx_compress_fxt1; - dxtCompressTexFuncExt _tx_compress_dxtn; + dxtCompressTexFuncExt _tx_compress_dxtn_rgba; TxLoadLib(); public: static TxLoadLib* getInstance() {