Skip to content

Commit

Permalink
Merge pull request #41 from saulfabregwiivc/patch-5
Browse files Browse the repository at this point in the history
Update credits, added credit also to PCSX-Revolution
  • Loading branch information
xjsxjs197 committed Oct 15, 2022
2 parents 757780e + 3030f34 commit 26a9ad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gamecube/menu/MainFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ void Func_Credits()
#endif
strcat(CreditsInfo,"www.github.com/xjsxjs197/WiiSXRX_2022\n");
strcat(CreditsInfo,"WiiStation: xjsxjs197 - Icon: Dakangel\n");
strcat(CreditsInfo,"Original WiiSX team: -\n");
strcat(CreditsInfo,"\n");
strcat(CreditsInfo,"Original WiiSX team:\n");
strcat(CreditsInfo,"emu_kidid - general coding\n");
strcat(CreditsInfo,"sepp256 - graphics & menu\n");
strcat(CreditsInfo,"tehpola - audio\n");
strcat(CreditsInfo,"PCSX/PCSX-df/PCSX-R/PCSX-ReARMed\n");
strcat(CreditsInfo,"PCSX/-df/-R/-Revolution/-ReARMed\n");
strcat(CreditsInfo,"teams\n");
strcat(CreditsInfo,"\n");

char wiiDetails[30];
char wiiInfo[20];
Expand Down

0 comments on commit 26a9ad8

Please sign in to comment.