mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 19:30:41 +00:00
40f9506163
This makes sense as a default for CLUT8 modes, but not really for anything else. As part of the gsoc2009-16bit merge, the default was changed to "all ones", with extra code in the SDL backend to truncate this to the depth of the mode. However, "all ones" (white) still isn't a very useful default for RGB modes. So rather than jumping through hoops to provide a bad default, it's better to remove the default altogether. Engines which relied on the old default of 255 have been updated to specify it explicitly. svn-id: r47118 |
||
---|---|---|
.. | ||
events/default | ||
fs | ||
keymapper | ||
midi | ||
platform | ||
plugins | ||
saves | ||
timer/default | ||
vkeybd | ||
base-backend.cpp | ||
base-backend.h | ||
module.mk |