giz wip (acc 16bit faster than 8!)
[picodrive.git] / Pico / Draw.c
index ff2a48c..20a18de 100644 (file)
@@ -1375,5 +1375,8 @@ void PicoDrawSetColorFormat(int which)
     case 0: FinalizeLine = FinalizeLineBGR444; break;\r
     default:FinalizeLine = NULL; break;\r
   }\r
+#if OVERRIDE_HIGHCOL\r
+  if (which) HighCol=DefHighCol;\r
+#endif\r
 }\r
 \r