mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Reverted commit #44316, as colors show up correctly now without dithering. Dithering is now off again for SCI0 by default, an can optionally be turned on
svn-id: r44339
This commit is contained in:
parent
3c8500c149
commit
d72ad75c52
@ -159,7 +159,7 @@ Common::Error SciEngine::run() {
|
|||||||
_gamestate->gfx_state = &gfx_state;
|
_gamestate->gfx_state = &gfx_state;
|
||||||
|
|
||||||
// Assign default values to the config manager, in case settings are missing
|
// Assign default values to the config manager, in case settings are missing
|
||||||
ConfMan.registerDefault("dither_mode", "2");
|
ConfMan.registerDefault("dither_mode", "0");
|
||||||
|
|
||||||
// Default config:
|
// Default config:
|
||||||
gfx_options_t gfx_options;
|
gfx_options_t gfx_options;
|
||||||
|
Loading…
Reference in New Issue
Block a user