X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fdl.c;h=4282764202e6ae8656f201b8b170ab043c05e71a;hp=b12c92134f0e0989ec9034b0ee4772521a1b04c5;hb=3ef07128a8ad8a12688beee244c5e0a2629581de;hpb=7000b522095b21ba16784d02997835d74ecc3375 diff --git a/loader/dl.c b/loader/dl.c index b12c921..4282764 100644 --- a/loader/dl.c +++ b/loader/dl.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. + */ #define _GNU_SOURCE #include #include @@ -80,3 +85,4 @@ static void ginge_init(void) emu_init((void *)lowest_segment); } +// vim:shiftwidth=2:expandtab