X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fpatches.c;h=4b1735e48675cd89f61753b9ca0c238ea0a9b969;hp=0504909c77018918378fe6d9255660f05b910c08;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=e95f9e496c721df3e23311afa6457d6b7ec90e58 diff --git a/loader/patches.c b/loader/patches.c index 0504909..4b1735e 100644 --- a/loader/patches.c +++ b/loader/patches.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 #include "header.h" @@ -115,3 +120,4 @@ found: sys_cacheflush(ptr, (char *)ptr + size); } +// vim:shiftwidth=2:expandtab