X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=ginge.git;a=blobdiff_plain;f=loader%2Fhost_wiz.c;h=18d7b1c28d35f1818d30df1e803ea087ccc06d6c;hp=59b5dec76138d74506d3a9ec1162c227d20090b5;hb=499bf01c2f0e075caeb23714e3376a641c04eb7c;hpb=ad439e71e25f709a1e2b6f72f36119432593f34a diff --git a/loader/host_wiz.c b/loader/host_wiz.c index 59b5dec..18d7b1c 100644 --- a/loader/host_wiz.c +++ b/loader/host_wiz.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 #include @@ -128,3 +133,5 @@ static void host_actions(int actions[IN_BINDTYPE_COUNT]) actions[IN_BINDTYPE_PLAYER12] = act; } } + +// vim:shiftwidth=2:expandtab