From 36132978f58de3605325821bf1542e651a6257d2 Mon Sep 17 00:00:00 2001 From: luigi__ Date: Tue, 20 Jan 2009 16:47:28 +0000 Subject: [PATCH] Oops, forgotten to remove a hack to disable mosaic :( (anyway mosaic is buggy) --- desmume/src/GPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/GPU.cpp b/desmume/src/GPU.cpp index cb481dfd3..b82dae665 100644 --- a/desmume/src/GPU.cpp +++ b/desmume/src/GPU.cpp @@ -1491,7 +1491,7 @@ INLINE void renderline_textBG(GPU * gpu, u8 num, u8 * dst, u32 Y, u16 XBG, u16 Y if(!bgCnt->Palette_256) // color: 16 palette entries { - if (bgCnt->Mosaic_Enable && 0){ + if (bgCnt->Mosaic_Enable){ //test NDS: #2 of http://desmume.sourceforge.net/forums/index.php?action=vthread&forum=2&topic=50&page=0#msg192 u8 mw = (mosaic & 0xF) +1 ; // horizontal granularity of the mosaic