readme, gui: Add new supporter. (#3265)

This commit is contained in:
Zangetsu 2024-03-31 14:25:37 +02:00 committed by GitHub
parent 5bdb5ebbfa
commit bdf383858c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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/).

View file

@ -49,7 +49,7 @@ static std::vector<const char *> contributors_list = {
};
static std::vector<const char *> supporters_list = {
"j0hnnybrav0", "TacoOblivion", "Undeadbob"
"j0hnnybrav0", "TacoOblivion", "Undeadbob", "uplush"
};
void draw_about_dialog(GuiState &gui, EmuEnvState &emuenv) {