X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=frontend%2Fmenu.c;h=ce5c3eb61fd9b9397cc7261f483aa45ec674105c;hp=daec500367ee939995a8888527deb4e5613756fd;hb=c069dc1bff054b9e47ba7bdf9a2fc8344b90ea89;hpb=a1bef51562faf42f76de0c79b9fab38a23490d7b diff --git a/frontend/menu.c b/frontend/menu.c index daec5003..ce5c3eb6 100644 --- a/frontend/menu.c +++ b/frontend/menu.c @@ -1647,10 +1647,13 @@ static const char credits_text[] = "(C) 1999-2003 PCSX Team\n" "(C) 2005-2009 PCSX-df Team\n" "(C) 2009-2011 PCSX-Reloaded Team\n\n" - "GPU and SPU code by Pete Bernert\n" - " and the P.E.Op.S. team\n" "ARM recompiler (C) 2009-2011 Ari64\n" - "PCSX4ALL plugins by PCSX4ALL team\n" +#ifdef __ARM_NEON__ + "ARM NEON GPU (c) 2011 Exophase\n" +#endif + "PEOpS GPU and SPU by Pete Bernert\n" + " and the P.E.Op.S. team\n" + "PCSX4ALL plugin by PCSX4ALL team\n" " Chui, Franxis, Unai\n\n" "integration, optimization and\n" " frontend (C) 2010-2011 notaz\n";