From 5c6e71a06127c052326bf4dbae67d473030b6dc7 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 8 Jun 2009 01:57:08 +0300 Subject: use quad buffering, as emu sometimes runs ahead --- video.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'video.c') 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); } -- cgit v1.2.3