Ntsc: Remove height doubling/scanline effect

- We just use shaders for scanline if needed. ntsc + height doubling causes performance hit
for some slow devices. Any decent platform should be able to handle scanline effect shaders at least.
This commit is contained in:
negativeExponent
2020-05-05 09:07:55 +08:00
parent 5263e0a22a
commit 122cc30a96
2 changed files with 36 additions and 111 deletions

View File

@@ -92,19 +92,6 @@ struct retro_core_option_definition option_defs_common[] = {
},
"disabled"
},
#ifdef NTSC_SCANLINES
{
"fceumm_ntsc_scanlines",
"NTSC Scanlines",
"Enable scanlines when using NTSC filters.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
#endif /* NTSC_SCANLINES */
#endif
{
"fceumm_palette",