GLES2N64 (from mupen64plus-ae) plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / gles2n64 / src / F3DDKR.h
diff --git a/source/gles2n64/src/F3DDKR.h b/source/gles2n64/src/F3DDKR.h
new file mode 100644 (file)
index 0000000..d70ea46
--- /dev/null
@@ -0,0 +1,14 @@
+#ifndef F3DDKR_H
+#define F3DDKR_H
+
+#define F3DDKR_VTX_APPEND       0x00010000
+
+#define F3DDKR_DMA_MTX          0x01
+#define F3DDKR_DMA_VTX          0x04
+#define F3DDKR_DMA_TRI          0x05
+#define F3DDKR_DMA_DL           0x07
+#define F3DDKR_DMA_OFFSETS      0xBF
+
+void F3DDKR_Init();
+#endif
+