unknown changes
[fbgfx] / src / main.c
index 1cd4950..4d63726 100644 (file)
@@ -19,7 +19,7 @@ static int quit;
 
 int main(void)
 {
-       int i, trybpp[] = {32, 24, 16, 0};
+       int i, trybpp[] = {16, 32, 24, 16, 0};
 
        fbgfx_save_video_mode();
        fbgfx_get_video_mode(&fb_width, &fb_height, &fb_depth);
@@ -50,7 +50,7 @@ int main(void)
                goto end;
        }
        scr_change(scr_lookup("console"), 0);
-       scr_change(scr_lookup("tunnel"), 2000);
+       scr_change(scr_lookup("tunnel"), 4000);
 
        start_msec = get_time_msec();
        for(;;) {