X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=fbgfx;a=blobdiff_plain;f=src%2Fmain.c;h=4d63726f3307514d854b2f01f82687c79ddb6f95;hp=f18563edb0187ea5ee87fea4a5d832b5739190ae;hb=55eb7990ac9033d9a0185dc9238365b5624be64e;hpb=3501fee68804c49c9f9f6effc1061eed3164e660 diff --git a/src/main.c b/src/main.c index f18563e..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);