aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2012-01-09 01:24:33 +0200
committernotaz2012-01-09 01:37:01 +0200
commit3ce7adebe576fbdf8c6ccab6404f573f7be541a2 (patch)
treefacee2f52df18b64b01b025b2e6ac4942f14b541 /frontend
parent42f3c5125fcb99e1445dfb7ca3d1b21330cde414 (diff)
downloadpcsx_rearmed-3ce7adebe576fbdf8c6ccab6404f573f7be541a2.tar.gz
pcsx_rearmed-3ce7adebe576fbdf8c6ccab6404f573f7be541a2.tar.bz2
pcsx_rearmed-3ce7adebe576fbdf8c6ccab6404f573f7be541a2.zip
release r13
Diffstat (limited to 'frontend')
-rw-r--r--frontend/menu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 1e64718..a8d2e48 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -1666,7 +1666,7 @@ static void draw_frame_main(void)
static void draw_frame_credits(void)
{
- smalltext_out16(4, 1, "build: "__DATE__ " " __TIME__ " " REV, 0xe7fc);
+ smalltext_out16(4, 1, "build: " __DATE__ " " __TIME__ " " REV, 0xe7fc);
}
static const char credits_text[] =
@@ -1676,14 +1676,14 @@ static const char credits_text[] =
"(C) 2009-2011 PCSX-Reloaded Team\n\n"
"ARM recompiler (C) 2009-2011 Ari64\n"
#ifdef __ARM_NEON__
- "ARM NEON GPU (c) 2011 Exophase\n"
+ "ARM NEON GPU (c) 2011-2012 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";
+ " frontend (C) 2010-2012 notaz\n";
static int reset_game(void)
{