X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=common%2Fhost_fb.c;h=4583a4cb376900d3fe84660480931d837b37adc2;hb=15a2d3ea45a26875a4c1199660c88a5cb6aed070;hp=d0cc7543476b497d8f9cecc7095f36028ae417bc;hpb=2798b18cd4b43be61c95ed1af12b02237424c06f;p=ginge.git diff --git a/common/host_fb.c b/common/host_fb.c index d0cc754..4583a4c 100644 --- a/common/host_fb.c +++ b/common/host_fb.c @@ -1,4 +1,9 @@ -// vim:shiftwidth=2:expandtab +/* + * GINGE - GINGE Is Not Gp2x Emulator + * (C) notaz, 2010-2011 + * + * This work is licensed under the MAME license, see COPYING file for details. + */ #include #ifdef LOADER #include "../loader/realfuncs.h" @@ -11,7 +16,7 @@ static int host_stride; #if defined(PND) -#include "linux/fbdev.c" +#include "libpicofe/linux/fbdev.c" static struct vout_fbdev *fbdev; static unsigned short host_pal[256]; @@ -206,3 +211,4 @@ void host_video_blit16(const unsigned short *src, int w, int h, int stride) #endif // WIZ +// vim:shiftwidth=2:expandtab