Mach64 temporary updates:

Temporarily replace the ATI68860 8bpp renderer with a clone one while the current renderer (8bpp) is being fixed for proper colors on the Mach64.
This commit is contained in:
TC1995
2024-02-07 03:06:19 +01:00
parent 48fa9ba95a
commit f8647f07a3
3 changed files with 8 additions and 5 deletions

View File

@@ -717,7 +717,7 @@ void svga_render_8bpp_lowres(svga_t *svga) { svga_render_indexed_gfx(svga, false
void svga_render_8bpp_highres(svga_t *svga) { svga_render_indexed_gfx(svga, true, true); }
void
svga_render_8bpp_incompatible_highres(svga_t *svga)
svga_render_8bpp_clone_highres(svga_t *svga)
{
int x;
uint32_t *p;