diff options
author | Marcus Comstedt | 2009-10-10 14:30:19 +0000 |
---|---|---|
committer | Marcus Comstedt | 2009-10-10 14:30:19 +0000 |
commit | 6f9a4749d145375bb466a889b98fc74f5ff58305 (patch) | |
tree | 34975f6ff05799ac9dc68882ed5368ec7c650956 /configure | |
parent | f517f32902b8c454ea355141444807198f9b678e (diff) | |
download | scummvm-rg350-6f9a4749d145375bb466a889b98fc74f5ff58305.tar.gz scummvm-rg350-6f9a4749d145375bb466a889b98fc74f5ff58305.tar.bz2 scummvm-rg350-6f9a4749d145375bb466a889b98fc74f5ff58305.zip |
Enable RGB colour for Dreamcast.
svn-id: r44875
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1649,7 +1649,7 @@ fi # Enable 16bit support only for backends which support it # case $_backend in - sdl | wii) + sdl | wii | dreamcast) if test "$_16bit" = auto ; then _16bit=yes else |