disable dither
This commit is contained in:
parent
ebfc839acb
commit
a93fad5185
@ -76,11 +76,13 @@ void graphics_interrupt(uint32_t istnrm)
|
|||||||
system.ISTNRM = istnrm::end_of_transferring_translucent_list;
|
system.ISTNRM = istnrm::end_of_transferring_translucent_list;
|
||||||
|
|
||||||
core_in_use = 1;
|
core_in_use = 1;
|
||||||
|
int dither = false;
|
||||||
core_start_render2(texture_memory_alloc.region_array.start,
|
core_start_render2(texture_memory_alloc.region_array.start,
|
||||||
texture_memory_alloc.isp_tsp_parameters.start,
|
texture_memory_alloc.isp_tsp_parameters.start,
|
||||||
texture_memory_alloc.background[1].start,
|
texture_memory_alloc.background[1].start,
|
||||||
texture_memory_alloc.framebuffer[framebuffer_ix].start,
|
texture_memory_alloc.framebuffer[framebuffer_ix].start,
|
||||||
framebuffer.px_width);
|
framebuffer.px_width,
|
||||||
|
false);
|
||||||
|
|
||||||
ta_in_use = 0;
|
ta_in_use = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user