mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 03:56:20 +00:00
SCI: rename GAMEOPTION_EGA_UNDITHER name + desc
Original name + description were inaccurate. We don't actually do undithering (besides the view undithering), but we instead skip the EGA dithering code.
This commit is contained in:
parent
861c97a05f
commit
8bfb268eb2
@ -371,8 +371,8 @@ static const ADExtraGuiOptionsMap optionsList[] = {
|
||||
{
|
||||
GAMEOPTION_EGA_UNDITHER,
|
||||
{
|
||||
_s("EGA undithering"),
|
||||
_s("Enable undithering in EGA games"),
|
||||
_s("Skip EGA dithering pass (full color backgrounds)"),
|
||||
_s("Skip dithering pass in EGA games, graphics are shown with full colors"),
|
||||
"disable_dithering",
|
||||
false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user