X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmain.c;h=ed2191c8cfb715b5980b60ce30f0cf4cd94391fc;hb=3f2aaff20c940e90e970c008e56f5253d494a92c;hp=3728685db72b7a5f82486f95c5066dfde781f310;hpb=0ae25549b5066ea8b42216ec875f5c3c5d5bd8d6;p=libpicofe.git diff --git a/gp2x/main.c b/gp2x/main.c index 3728685..ed2191c 100644 --- a/gp2x/main.c +++ b/gp2x/main.c @@ -66,7 +66,7 @@ void parse_cmd_line(int argc, char *argv[]) } if (unrecognized) { - printf("\n\n\nPicoDrive v" VERSION " (c) notaz, 2006-2007\n"); + printf("\n\n\nPicoDrive v" VERSION " (c) notaz, 2006-2008\n"); printf("usage: %s [options] [romfile]\n", argv[0]); printf( "options:\n" "-menu launch a custom program on exit instead of default gp2xmenu\n" @@ -84,6 +84,7 @@ int main(int argc, char *argv[]) emu_prepareDefaultConfig(); emu_ReadConfig(0, 0); + config_readlrom(PicoConfigFile); gp2x_init(); if (currentConfig.EmuOpt&0x10) {