mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 09:23:37 +00:00
COMMON: added zx spectrum render mode
This commit is contained in:
parent
bcbd5dd6a3
commit
6841227241
@ -48,6 +48,7 @@ const RenderModeDescription g_renderModes[] = {
|
||||
{ "macintosh", "Macintosh", kRenderMacintosh },
|
||||
// I18N: Macintosh black-and-white
|
||||
{ "macintoshbw", _s("Macintosh b/w"), kRenderMacintoshBW },
|
||||
{ "zx", "ZX Spectrum", kRenderZX },
|
||||
{nullptr, nullptr, kRenderDefault}
|
||||
};
|
||||
|
||||
|
@ -60,6 +60,7 @@ enum RenderMode {
|
||||
kRenderMacintoshBW = 13,
|
||||
kRenderCGAComp = 14,
|
||||
kRenderCGA_BW = 15,
|
||||
kRenderZX = 15,
|
||||
};
|
||||
|
||||
struct RenderModeDescription {
|
||||
|
Loading…
x
Reference in New Issue
Block a user