diff options
author | Matthew Hoops | 2011-07-02 21:09:25 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-07-02 21:11:03 -0400 |
commit | c270d5be12f71c9ae51db6182f5d413e21375d83 (patch) | |
tree | 9be2633d767d89a1490668327983d44ed866fc74 /graphics/yuv_to_rgb.h | |
parent | ccfb7cb86fd8cf8e21aa398d5b7e291c15eba6d8 (diff) | |
download | scummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.tar.gz scummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.tar.bz2 scummvm-rg350-c270d5be12f71c9ae51db6182f5d413e21375d83.zip |
GRAPHICS: Note that SCUMM now uses the YUV to RGB code
Diffstat (limited to 'graphics/yuv_to_rgb.h')
-rw-r--r-- | graphics/yuv_to_rgb.h | 1 |
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 */ |