mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
re-enable antialiasing
This commit is contained in:
parent
e9682c1122
commit
e303b62635
@ -1811,7 +1811,7 @@ static void wimp_frame(void *data)
|
|||||||
zrmenu_input_mouse_button(&gui.ctx);
|
zrmenu_input_mouse_button(&gui.ctx);
|
||||||
zr_input_end(&gui.ctx);
|
zr_input_end(&gui.ctx);
|
||||||
zrmenu_draw(&gui, width, height);
|
zrmenu_draw(&gui, width, height);
|
||||||
zr_device_draw(&device, &gui.ctx, width, height, ZR_ANTI_ALIASING_OFF);
|
zr_device_draw(&device, &gui.ctx, width, height, ZR_ANTI_ALIASING_ON);
|
||||||
|
|
||||||
/* zahnrad code */
|
/* zahnrad code */
|
||||||
menu_display_ctl(MENU_DISPLAY_CTL_RESTORE_CLEAR_COLOR, NULL);
|
menu_display_ctl(MENU_DISPLAY_CTL_RESTORE_CLEAR_COLOR, NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user