mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-02 16:31:01 +00:00
COMMON: mark vga grey scale rendermode as translateable
This commit is contained in:
parent
c5bfd8cfb5
commit
7ada2f4017
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user