aboutsummaryrefslogtreecommitdiff
path: root/graphics/conversion.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-07-14 04:53:37 +0200
committerJohannes Schickel2012-08-28 02:27:47 +0200
commita0f46e9396861b9eb4ab8adebcbc4739e44b9716 (patch)
treea2373ea71f1f296aa799537e0d02c15180a4b970 /graphics/conversion.h
parentea1bcaad3380132356adb567826e74e587c389cd (diff)
downloadscummvm-rg350-a0f46e9396861b9eb4ab8adebcbc4739e44b9716.tar.gz
scummvm-rg350-a0f46e9396861b9eb4ab8adebcbc4739e44b9716.tar.bz2
scummvm-rg350-a0f46e9396861b9eb4ab8adebcbc4739e44b9716.zip
GRAPHICS: Remove 3Bpp destination support in crossBlit.
Diffstat (limited to 'graphics/conversion.h')
-rw-r--r--graphics/conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/conversion.h b/graphics/conversion.h
index c25f413fab..8fcb6ba12d 100644
--- a/graphics/conversion.h
+++ b/graphics/conversion.h
@@ -59,6 +59,7 @@ inline static void RGB2YUV(byte r, byte g, byte b, byte &y, byte &u, byte &v) {
* @return true if conversion completes successfully,
* false if there is an error.
*
+ * @note Blitting to a 3Bpp destination is not supported
* @note This implementation currently arbitrarily requires that the
* destination's format have at least as high a bytedepth as
* the source's.