1.10 release
[picodrive.git] / platform / gp2x / menu.c
index 1232e87..b771ee5 100644 (file)
@@ -630,7 +630,8 @@ static void cd_menu_loop_options(void)
                if((inp& GP2X_B)||(inp&GP2X_LEFT)||(inp&GP2X_RIGHT)) { // toggleable options\r
                        switch (menu_sel) {\r
                                case  3: tmp_opts.EmuOpt ^=0x400; break;\r
-                               case  4: return;\r
+                               case  4: tmp_opts.EmuOpt ^=0x800; break;\r
+                               case  5: return;\r
                        }\r
                }\r
                if(inp & (GP2X_X|GP2X_A)) return;\r
@@ -959,7 +960,7 @@ static void draw_menu_root(int menu_sel)
        } else {\r
                y += 30;\r
        }\r
-       gp2x_text_out8(tl_x, (y+=10), "Load new ROM");\r
+       gp2x_text_out8(tl_x, (y+=10), "Load new ROM/ISO");\r
        gp2x_text_out8(tl_x, (y+=10), "Change options");\r
        gp2x_text_out8(tl_x, (y+=10), "Configure controls");\r
        gp2x_text_out8(tl_x, (y+=10), "Credits");\r