COMMON: mark vga grey scale rendermode as translateable

This commit is contained in:
athrxx 2024-07-12 23:17:30 +02:00
parent c5bfd8cfb5
commit 7ada2f4017

View File

@ -53,7 +53,7 @@ const RenderModeDescription g_renderModes[] = {
{ "cpc", "Amstrad CPC", kRenderCPC },
{ "zx", "ZX Spectrum", kRenderZX },
{ "c64", "Commodore 64", kRenderC64 },
{ "vgaGrey", "VGA Grey Scale", kRenderVGAGrey },
{ "vgaGrey", _s("VGA Grey Scale"), kRenderVGAGrey },
{nullptr, nullptr, kRenderDefault}
};