X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=vidsys.c;fp=vidsys.c;h=427dbb54e18a39bd1e5564a37f445feb8c6d9d3e;hb=1a692c742ed343d2f435759a191af6bec3d8b03e;hp=d60c5f2293228c80f46881a0f1874dcf61537134;hpb=696108c29db9a5271f45decee642a4ac72c3367d;p=vidsys diff --git a/vidsys.c b/vidsys.c index d60c5f2..427dbb5 100644 --- a/vidsys.c +++ b/vidsys.c @@ -194,3 +194,8 @@ void vid_getpal(int idx, int count, struct vid_color *col) { cur_mode->ops.getpal(idx, count, col); } + +void vid_blitfb(void *fb, int vsync) +{ + cur_mode->ops.blitfb(fb, vsync); +}