mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
IMAGE: Add an unknown dither type
This commit is contained in:
parent
0ceb383cd3
commit
c402d9a959
@ -62,6 +62,9 @@ public:
|
||||
* A type of dithering.
|
||||
*/
|
||||
enum DitherType {
|
||||
/** Unknown */
|
||||
kDitherTypeUnknown,
|
||||
|
||||
/** Video for Windows dithering */
|
||||
kDitherTypeVFW,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user