aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2011-07-02 21:09:25 -0400
committerMatthew Hoops2011-07-02 21:11:03 -0400
commitc270d5be12f71c9ae51db6182f5d413e21375d83 (patch)
tree9be2633d767d89a1490668327983d44ed866fc74
parentccfb7cb86fd8cf8e21aa398d5b7e291c15eba6d8 (diff)
downloadscummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.tar.gz
scummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.tar.bz2
scummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.zip
GRAPHICS: Note that SCUMM now uses the YUV to RGB code
-rw-r--r--graphics/yuv_to_rgb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/yuv_to_rgb.h b/graphics/yuv_to_rgb.h
index 9b561f2002..e85c104098 100644
--- a/graphics/yuv_to_rgb.h
+++ b/graphics/yuv_to_rgb.h
@@ -26,6 +26,7 @@
/**
* @file
* YUV to RGB conversion used in engines:
+ * - scumm (he)
* - sword25
*/