X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=drivers%2Fgp2x%2Fmenu.c;h=86aff2386293a950ef2393afb1b8c5263c03ee23;hp=db0d9d135bc0449e58b0be2ff00bcd0bc293e9bc;hb=03497cf8eeda7f6d0ad91286819ed613e8d8f648;hpb=47d0839eef773569f1093b47d795714cac0dacd2 diff --git a/drivers/gp2x/menu.c b/drivers/gp2x/menu.c index db0d9d1..86aff23 100644 --- a/drivers/gp2x/menu.c +++ b/drivers/gp2x/menu.c @@ -1227,11 +1227,11 @@ static void draw_menu_root(int menu_sel) gp2x_fceu_darken_reset(); // error / version - if (menuErrorMsg[0]) gp2x_text_out15(1, 230, menuErrorMsg); + if (menuErrorMsg[0]) gp2x_text_out15(1, 229, menuErrorMsg); else { char vstr[16]; sprintf(vstr, "v" GP2X_PORT_VERSION " r%i", GP2X_PORT_REV); - gp2x_text_out15(320-strlen(vstr)*8-1, 230, vstr); + gp2x_text_out15(320-strlen(vstr)*8-1, 229, vstr); } gp2x_fceu_darken_text_bg(); gp2x_video_flip();