1.10 release
[libpicofe.git] / gp2x / menu.c
index 003bb40..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