Add new supporter.

This commit is contained in:
Zangetsu38 2023-05-06 20:07:14 +02:00 committed by Zangetsu
parent 4a8d08265a
commit a0e45675c1
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,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 and Undeadbob**
* Among them, those who subscribed to the Nibble Tier and upper: **j0hnnybrav0, Mored4u, TacoOblivion, and Undeadbob**
## 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", "Undeadbob"
"j0hnnybrav0", "TacoOblivion", "Undeadbob"
};
void draw_about_dialog(GuiState &gui, EmuEnvState &emuenv) {