Update of /cvsroot/gc-linux/libgx/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14584/include
Modified Files:
gx.h
Log Message:
Included PAL50 changes based on 528 row efb
Index: gx.h
===================================================================
RCS file: /cvsroot/gc-linux/libgx/include/gx.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- gx.h 22 Oct 2004 20:13:53 -0000 1.1.1.1
+++ gx.h 1 Nov 2004 02:32:44 -0000 1.2
@@ -914,13 +914,14 @@
typedef GXTexRegion* (*GXTexRegionCallback)(GXTexObj *obj,u8 mapid);
typedef GXTlutRegion* (*GXTlutRegionCallback)(u32 tlut_name);
-typedef enum {NTSC,PAL50,PAL60} VIDEO_TYPE;
+typedef enum {NTSC,PAL50} VIDEO_TYPE;
typedef struct _tagGXINIT
{
VIDEO_TYPE vType;
int bInterlaced;
unsigned int width;
- unsigned int height;
+ unsigned int efbHeight;
+ unsigned int xfbHeight;
} GXINIT,*LPGXINIT;
GXFifoObj* GX_Init(int fd,LPGXINIT pInit);
|