update credits

This commit is contained in:
tildearrow 2023-11-23 18:30:47 -05:00
parent c5f441a83a
commit bf5b565bb1
2 changed files with 9 additions and 6 deletions

View file

@ -176,7 +176,8 @@ const char* aboutLine[]={
"FFTW by Matteo Frigo and Steven G. Johnson",
"backward-cpp by Google",
"adpcm by superctr",
"Nuked-OPL3/OPLL/OPM/OPN2/PSG by Nuke.YKT",
"Nuked-OPL3/OPLL/OPM/OPN2/PSG by nukeykt",
"YM3812-LLE and YMF262-LLE by nukeykt",
"ymfm by Aaron Giles",
"MAME SN76496 by Nicola Salmoria",
"MAME AY-3-8910 by Couriersud",

View file

@ -210,11 +210,13 @@ TAParamResult pVersion(String) {
printf("- Portable File Dialogs by Sam Hocevar (WTFPL)\n");
printf("- Native File Dialog (modified version) by Frogtoss Games (zlib license)\n");
printf("- FFTW by Matteo Frigo and Steven G. Johnson (GPLv2)\n");
printf("- Nuked-OPM by Nuke.YKT (LGPLv2.1)\n");
printf("- Nuked-OPN2 by Nuke.YKT (LGPLv2.1)\n");
printf("- Nuked-OPL3 by Nuke.YKT (LGPLv2.1)\n");
printf("- Nuked-OPLL by Nuke.YKT (GPLv2)\n");
printf("- Nuked-PSG (modified version) by Nuke.YKT (GPLv2)\n");
printf("- Nuked-OPM by nukeykt (LGPLv2.1)\n");
printf("- Nuked-OPN2 by nukeykt (LGPLv2.1)\n");
printf("- Nuked-OPL3 by nukeykt (LGPLv2.1)\n");
printf("- Nuked-OPLL by nukeykt (GPLv2)\n");
printf("- Nuked-PSG (modified version) by nukeykt (GPLv2)\n");
printf("- YM3812-LLE by nukeykt (GPLv2)\n");
printf("- YMF262-LLE by nukeykt (GPLv2)\n");
printf("- ymfm by Aaron Giles (BSD 3-clause)\n");
printf("- adpcm by superctr (public domain)\n");
printf("- MAME SN76496 emulation core by Nicola Salmoria (BSD 3-clause)\n");