X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=fbgfx;a=blobdiff_plain;f=src%2Fmain.c;h=4d63726f3307514d854b2f01f82687c79ddb6f95;hp=1cd495032b98a43e2de094c4368f969cd521bc4c;hb=55eb7990ac9033d9a0185dc9238365b5624be64e;hpb=70c067c2da05fb71f3d2de115cefbc225eff3667 diff --git a/src/main.c b/src/main.c index 1cd4950..4d63726 100644 --- a/src/main.c +++ b/src/main.c @@ -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(;;) {