X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=common%2Fhost_fb.c;fp=common%2Fhost_fb.c;h=be6d934cc68a2459fde012a284b71d984d405962;hp=d0cc7543476b497d8f9cecc7095f36028ae417bc;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=e95f9e496c721df3e23311afa6457d6b7ec90e58 diff --git a/common/host_fb.c b/common/host_fb.c index d0cc754..be6d934 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" @@ -206,3 +211,4 @@ void host_video_blit16(const unsigned short *src, int w, int h, int stride) #endif // WIZ +// vim:shiftwidth=2:expandtab