summaryrefslogtreecommitdiffstats
path: root/vidix/savage_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/savage_vid.c')
-rw-r--r--vidix/savage_vid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/savage_vid.c b/vidix/savage_vid.c
index 60c4dc198c..00a49a47fe 100644
--- a/vidix/savage_vid.c
+++ b/vidix/savage_vid.c
@@ -332,8 +332,8 @@ static void SavageSetColorOld(void)
if(
- (info->format == IMGFMT_RGB15) ||
- (info->format == IMGFMT_RGB16)
+ (info->format == IMGFMT_BGR15) ||
+ (info->format == IMGFMT_BGR16)
)
{
OUTREG( COLOR_ADJUSTMENT_REG, 0 );