Small credits adjustment (#967)

This commit is contained in:
bladeoner 2021-03-08 00:44:13 +01:00 committed by GitHub
parent 17ecc4eb30
commit 067ee50218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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); 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]->SetPosition(0,-44); i++;
txt[i] = new GuiText("This software is open source and may be copied, distributed, or modified "); txt[i] = new GuiText("This software is open source and may be copied, distributed, or modified ");
txt[i]->SetPosition(0,-32); i++; txt[i]->SetPosition(0,-32); i++;