I18N: Added more explanations to the render modes

This commit is contained in:
Eugene Sandulenko 2023-03-26 17:42:20 +02:00
parent 4f4ce3bcc3
commit b2e6c74eff
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -30,10 +30,12 @@ namespace Common {
const RenderModeDescription g_renderModes[] = {
// I18N: Hercules is graphics card name
// I18N: Hercules is a graphics card name, Green is color
{ "hercGreen", _s("Hercules Green"), kRenderHercG },
// I18N: Hercules is a graphics card name, Amber is color
{ "hercAmber", _s("Hercules Amber"), kRenderHercA },
{ "cga", "CGA", kRenderCGA },
// I18N: Composite is a video mode of RGB composite channels
{ "cgaComp", "CGA Composite", kRenderCGAComp },
// I18N: CGA black-and-white
{ "cgaBW", "CGA b/w", kRenderCGA_BW },