Added retro-wertz for his contributions in bringing in libretro back to speed and other things

Signed-off-by: ZachBacon <zachbacon@budgiemedia.rocks>
This commit is contained in:
ZachBacon 2018-06-09 12:04:42 -04:00
parent 03bc7c247e
commit 90d2f5c808
1 changed files with 1 additions and 0 deletions

View File

@ -2448,6 +2448,7 @@ EVT_HANDLER(wxID_ABOUT, "About...")
ai.AddDeveloper(wxT("TheCanadianBacon"));
ai.AddDeveloper(wxT("rkitover"));
ai.AddDeveloper(wxT("Mystro256"));
ai.AddDeveloper(wxT("retro-wertz"));
ai.AddDeveloper(wxT("Orig. VBA team"));
ai.AddDeveloper(wxT("... many contributors who send us patches/PRs"));
wxAboutBox(ai);