Fix naming
This commit is contained in:
parent
26cf5bd097
commit
8ff4baa770
|
@ -294,7 +294,7 @@ const char* aboutLine[]={
|
||||||
_N("PowerNoise emulator by scratchminer"),
|
_N("PowerNoise emulator by scratchminer"),
|
||||||
_N("ep128emu by Istvan Varga"),
|
_N("ep128emu by Istvan Varga"),
|
||||||
_N("NDS sound emulator by cam900"),
|
_N("NDS sound emulator by cam900"),
|
||||||
_N("OpenMSX YMF278 emulator (modified version) by the openMSX developers"),
|
_N("openMSX YMF278 emulator (modified version) by the openMSX developers"),
|
||||||
"",
|
"",
|
||||||
_N("greetings to:"),
|
_N("greetings to:"),
|
||||||
"NEOART Costa Rica",
|
"NEOART Costa Rica",
|
||||||
|
|
|
@ -190,7 +190,7 @@ const char* opl3Cores[]={
|
||||||
};
|
};
|
||||||
|
|
||||||
const char* opl4Cores[]={
|
const char* opl4Cores[]={
|
||||||
"Nuked-OPL3 + OpenMSX",
|
"Nuked-OPL3 + openMSX",
|
||||||
"ymfm"
|
"ymfm"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -333,7 +333,7 @@ TAParamResult pVersion(String) {
|
||||||
printf("- PowerNoise emulator by scratchminer (MIT)\n");
|
printf("- PowerNoise emulator by scratchminer (MIT)\n");
|
||||||
printf("- ep128emu by Istvan Varga (GPLv2)\n");
|
printf("- ep128emu by Istvan Varga (GPLv2)\n");
|
||||||
printf("- NDS sound emulator by cam900 (zlib license)\n");
|
printf("- NDS sound emulator by cam900 (zlib license)\n");
|
||||||
printf("- OpenMSX YMF278 emulator (modified version) by the openMSX developers (GPLv2)\n");
|
printf("- openMSX YMF278 emulator (modified version) by the openMSX developers (GPLv2)\n");
|
||||||
return TA_PARAM_QUIT;
|
return TA_PARAM_QUIT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue