X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=common%2Fhost_fb.h;fp=common%2Fhost_fb.h;h=bd739d491fc99c02e4fd484d289bbf019d7de934;hp=0000000000000000000000000000000000000000;hb=3adc9ccb6566130bde29eeaf5c126f28c57c57d5;hpb=2ce69bdff40e40fb1c1954e0883d95de271cecc7 diff --git a/common/host_fb.h b/common/host_fb.h new file mode 100644 index 0000000..bd739d4 --- /dev/null +++ b/common/host_fb.h @@ -0,0 +1,3 @@ +int host_video_init(int *stride, int no_dblbuf); +void *host_video_flip(void); +