X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=mupen64plus-pandora.git;a=blobdiff_plain;f=source%2Fgles2glide64%2Fsrc%2FGlideHQ%2Ftc-1.1%2B%2Ffxt1.h;h=b1fe32cbbc6902fa6ed70fbd9e55e95c663944e6;hp=c2919bbac08187f408002af43b9b6d1873a1e19a;hb=2d26287291331f2b1793a8e76ede08c75654fb7c;hpb=01d8ca6fb06a8261602900cab63c61e5a1b143c9 diff --git a/source/gles2glide64/src/GlideHQ/tc-1.1+/fxt1.h b/source/gles2glide64/src/GlideHQ/tc-1.1+/fxt1.h index c2919bb..b1fe32c 100644 --- a/source/gles2glide64/src/GlideHQ/tc-1.1+/fxt1.h +++ b/source/gles2glide64/src/GlideHQ/tc-1.1+/fxt1.h @@ -26,13 +26,13 @@ #ifndef FXT1_H_included #define FXT1_H_included -TAPI int TAPIENTRY -fxt1_encode (int width, int height, int comps, +TAPI void TAPIENTRY +fxt1_encode (unsigned int width, unsigned int height, int comps, const void *source, int srcRowStride, void *dest, int destRowStride); TAPI void TAPIENTRY -fxt1_decode_1 (const void *texture, int stride /* in pixels */, - int i, int j, byte *rgba); +fxt1_decode_1 (const void *texture, int stride, + int i, int j, byte *rgba); #endif