From bdf383858c649661aab145a93bd868742410a6de Mon Sep 17 00:00:00 2001 From: Zangetsu Date: Sun, 31 Mar 2024 14:25:37 +0200 Subject: [PATCH] readme, gui: Add new supporter. (#3265) --- README.md | 2 +- vita3k/gui/src/about_dialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba535b212..d7e1d6364 100755 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Thanks go out to the developer team and [everyone who has contributed](https://g ## Supporters Thank you to the supporters and to all those who support us on our [ko-fi](https://ko-fi.com/vita3K). -* Among them, those who subscribed to the Nibble Tier and upper: **j0hnnybrav0, Mored4u, TacoOblivion, and Undeadbob** +* Among them, those who subscribed to the Nibble Tier and upper: **j0hnnybrav0, Mored4u, TacoOblivion, Undeadbob and uplush** ## Note The purpose of this emulator is not to enable illegal activity. You can dump games from a Vita by using [NoNpDrm](https://github.com/TheOfficialFloW/NoNpDrm) or [FAGDec](https://github.com/CelesteBlue-dev/PSVita-RE-tools/tree/master/FAGDec/build). You can get homebrew programs from [VitaDB](https://vitadb.rinnegatamante.it/). diff --git a/vita3k/gui/src/about_dialog.cpp b/vita3k/gui/src/about_dialog.cpp index f6beb80fc..f8844d245 100644 --- a/vita3k/gui/src/about_dialog.cpp +++ b/vita3k/gui/src/about_dialog.cpp @@ -49,7 +49,7 @@ static std::vector contributors_list = { }; static std::vector supporters_list = { - "j0hnnybrav0", "TacoOblivion", "Undeadbob" + "j0hnnybrav0", "TacoOblivion", "Undeadbob", "uplush" }; void draw_about_dialog(GuiState &gui, EmuEnvState &emuenv) {