disable dither

This commit is contained in:
Zack Buhman 2025-07-04 22:21:44 -05:00
parent ebfc839acb
commit a93fad5185

View File

@ -76,11 +76,13 @@ void graphics_interrupt(uint32_t istnrm)
system.ISTNRM = istnrm::end_of_transferring_translucent_list;
core_in_use = 1;
int dither = false;
core_start_render2(texture_memory_alloc.region_array.start,
texture_memory_alloc.isp_tsp_parameters.start,
texture_memory_alloc.background[1].start,
texture_memory_alloc.framebuffer[framebuffer_ix].start,
framebuffer.px_width);
framebuffer.px_width,
false);
ta_in_use = 0;
}