X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdos%2Fvidsys.h;fp=src%2Fdos%2Fvidsys.h;h=88c19f1199489215e761f80c8310a5bfc40db2a0;hb=af36400e1b3d2d591beaf66e1539884434e30475;hp=cd2cfec2d4aeec21f78592ad10700daf7e1c9c90;hpb=4e4ac855a9d53fd7dee3d640f3ab46740b991b5c;p=retroray diff --git a/src/dos/vidsys.h b/src/dos/vidsys.h index cd2cfec..88c19f1 100644 --- a/src/dos/vidsys.h +++ b/src/dos/vidsys.h @@ -72,6 +72,7 @@ int vid_isbanked(void); void vid_setpal(int idx, int count, const struct vid_color *col); void vid_getpal(int idx, int count, struct vid_color *col); -void vid_blitfb(void *fb, int vsync); +void vid_blitfb(void *fb, int pitch); +void vid_blitfb32(uint32_t *fb, int pitch); #endif /* VIDSYS_VIDEO_H_ */