debug menu unified, more debug tools
[libpicofe.git] / gp2x / main.c
index 3728685..ed2191c 100644 (file)
@@ -66,7 +66,7 @@ void parse_cmd_line(int argc, char *argv[])
        }\r
 \r
        if (unrecognized) {\r
-               printf("\n\n\nPicoDrive v" VERSION " (c) notaz, 2006-2007\n");\r
+               printf("\n\n\nPicoDrive v" VERSION " (c) notaz, 2006-2008\n");\r
                printf("usage: %s [options] [romfile]\n", argv[0]);\r
                printf( "options:\n"\r
                                "-menu <menu_path> launch a custom program on exit instead of default gp2xmenu\n"\r
@@ -84,6 +84,7 @@ int main(int argc, char *argv[])
 \r
        emu_prepareDefaultConfig();\r
        emu_ReadConfig(0, 0);\r
+       config_readlrom(PicoConfigFile);\r
 \r
        gp2x_init();\r
        if (currentConfig.EmuOpt&0x10) {\r