From b659bcbd1ff8ef8241be21ac216da0658472afe1 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sat, 5 Sep 2020 11:54:09 +0200 Subject: [PATCH] Bump to v.0.5. --- Source/Graphics/GraphicsContext.h | 2 +- Source/SysVita/UI/MenuBarScreen.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Graphics/GraphicsContext.h b/Source/Graphics/GraphicsContext.h index faf49756..e315ab26 100644 --- a/Source/Graphics/GraphicsContext.h +++ b/Source/Graphics/GraphicsContext.h @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifdef DAEDALUS_VITA #define SCR_WIDTH 960 #define SCR_HEIGHT 544 -#define VERSION "0.4" +#define VERSION "0.5" enum { RATIO_16_9, diff --git a/Source/SysVita/UI/MenuBarScreen.cpp b/Source/SysVita/UI/MenuBarScreen.cpp index a05ea5f0..01c403cd 100644 --- a/Source/SysVita/UI/MenuBarScreen.cpp +++ b/Source/SysVita/UI/MenuBarScreen.cpp @@ -868,13 +868,14 @@ void DrawCommonWindows() { ImGui::TextColored(ImVec4(255, 255, 0, 255), lang_strings[STR_CREDITS_PATRONERS]); ImGui::Text("Tain Sueiras"); ImGui::Text("drd7of14"); - ImGui::Text("polytoad"); + ImGui::Text("Titi Clash"); ImGui::Text("The Vita3K project"); ImGui::Text("psymu"); ImGui::Text("@Sarkies_Proxy"); - ImGui::Text("JAGUAR2048"); + ImGui::Text("Erik Smith"); ImGui::Text("Freddy Parra"); ImGui::Text("nullobject"); + ImGui::Text("ArkSource"); ImGui::Separator(); ImGui::TextColored(ImVec4(255, 255, 0, 255), lang_strings[STR_CREDITS_THANKS]); ImGui::Text(lang_strings[STR_CREDITS_1]);