From bcf299cfd4752f218d7987950b79a6e2d2e086cd Mon Sep 17 00:00:00 2001 From: Stefanos Kornilios Mitsis Poiitidis Date: Fri, 25 Apr 2014 19:52:27 +0300 Subject: [PATCH] Ignore group_en bit (via p1pkin, should fix "18 Wheeler - Minimap tiles / not confined to map boundaries") --- core/hw/pvr/ta_vtx.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/hw/pvr/ta_vtx.cpp b/core/hw/pvr/ta_vtx.cpp index 6db496433..daeb1f7e7 100644 --- a/core/hw/pvr/ta_vtx.cpp +++ b/core/hw/pvr/ta_vtx.cpp @@ -376,7 +376,9 @@ strip_end: } public: -#define group_EN() if (data->pcw.Group_En){ TileClipMode(data->pcw.User_Clip);} + + //Group_En bit seems ignored, thanks p1pkin +#define group_EN() /*if (data->pcw.Group_En) */{ TileClipMode(data->pcw.User_Clip);} static Ta_Dma* TACALL ta_main(Ta_Dma* data,Ta_Dma* data_end) { do