GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / 2xSAI.h
diff --git a/source/gles2n64/src/2xSAI.h b/source/gles2n64/src/2xSAI.h
new file mode 100644 (file)
index 0000000..1b47cc9
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _2XSAI_H
+#define _2XSAI_H
+#include "Types.h"
+
+void _2xSaI8888( u32 *srcPtr, u32 *destPtr, u16 width, u16 height, s32 clampS, s32 clampT );
+void _2xSaI4444( u16 *srcPtr, u16 *destPtr, u16 width, u16 height, s32 clampS, s32 clampT );
+void _2xSaI5551( u16 *srcPtr, u16 *destPtr, u16 width, u16 height, s32 clampS, s32 clampT );
+#endif
+