X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=video.c;fp=video.c;h=ada3feaaf27dc566d8f13b90ce6274779c214b57;hb=5c6e71a06127c052326bf4dbae67d473030b6dc7;hp=457a7b5b500696c49cdac724fd2c22a5c989a39f;hpb=4c8082789e5c04ad4e2e4799994c27a1ff77e8bd;p=gpsp.git diff --git a/video.c b/video.c index 457a7b5..ada3fea 100644 --- a/video.c +++ b/video.c @@ -3702,10 +3702,7 @@ void video_resolution_small() resolution_width = 240; resolution_height = 160; - fb_use_buffers(3); - clear_screen(0); - flip_screen(); - clear_screen(0); + fb_use_buffers(4); flip_screen(); clear_screen(0); }