From 067ee502189b6ba2f87e86475b274054dc20b68b Mon Sep 17 00:00:00 2001 From: bladeoner Date: Mon, 8 Mar 2021 00:44:13 +0100 Subject: [PATCH] Small credits adjustment (#967) --- source/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/menu.cpp b/source/menu.cpp index af3c978..bb897fb 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -892,7 +892,7 @@ static void WindowCredits(void * ptr) GuiText::SetPresets(12, (GXColor){0, 0, 0, 255}, 0, FTGX_JUSTIFY_CENTER | FTGX_ALIGN_TOP, ALIGN_CENTRE, ALIGN_BOTTOM); - txt[i] = new GuiText("Snes9x - Copyright (c) Snes9x Team 1996 - 2006"); + txt[i] = new GuiText("Snes9x - Copyright (c) Snes9x Team 1996 - 2021"); txt[i]->SetPosition(0,-44); i++; txt[i] = new GuiText("This software is open source and may be copied, distributed, or modified "); txt[i]->SetPosition(0,-32); i++;