diff --git a/src/config.cpp b/src/config.cpp index b99a1e29..66157634 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -23,13 +23,13 @@ const char *FCEUI_GetAboutString(void) const char *aboutTemplate = FCEU_NAME_AND_VERSION "\n\n" "Administrators:\n" - "zeromus, mjbudd77, feos\n" + "zeromus, feos\n" "\n" "Current Contributors:\n" "CaH4e3, rainwarrior, owomomo, punkrockguy318\n" "\n" "Past Contributors:\n" - "xhainingx, gocha, AnS\n" + "xhainingx, gocha, AnS, mjbudd77\n" "\n" "FCEUX 2.0:\n" "mz, nitsujrehtona, SP, Ugly Joe,\n" diff --git a/src/drivers/Qt/AboutWindow.cpp b/src/drivers/Qt/AboutWindow.cpp index 847b424c..6ec8d51a 100644 --- a/src/drivers/Qt/AboutWindow.cpp +++ b/src/drivers/Qt/AboutWindow.cpp @@ -62,6 +62,7 @@ static const char *Authors[] = { "\t mjbudd77", "\t Lukas Sabota //punkrockguy318", "\t Soules", "\t Bryan Cain", "\t radsaq", "\t Shinydoofy", + "\nQt GUI written by mjbudd77\n", "FceuX 2.0 Developers:", "\t SP", "\t zeromus", "\t adelikat", "\t caH4e3", "\t qfox", "\t Luke Gustafson", "\t _mz", "\t UncombedCoconut", "\t DwEdit", "\t AnS",