Skip to content

Commit

Permalink
Bump to v.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Sep 5, 2020
1 parent 6ac4360 commit b659bcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Source/Graphics/GraphicsContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
5 changes: 3 additions & 2 deletions Source/SysVita/UI/MenuBarScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit b659bcb

Please sign in to comment.