X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmain.c;h=952f80e9b65bc2202df9f8c4e317f9c33bfecb6d;hb=bf7e9c611ff2c69d8b798da3cf8c337b69bea709;hp=e947b43c13de66566b3e9f7af3efe8e29f805119;hpb=960a8e2716349f9a7df6cca9b6e8e6b0724fe7ba;p=libpicofe.git diff --git a/psp/main.c b/psp/main.c index e947b43..952f80e 100644 --- a/psp/main.c +++ b/psp/main.c @@ -33,8 +33,11 @@ int pico_main(void) { lprintf("\nPicoDrive v" VERSION " " __DATE__ " " __TIME__ "\n"); psp_init(); + emu_prepareDefaultConfig(); emu_ReadConfig(0, 0); + config_readlrom(PicoConfigFile); + emu_Init(); menu_init(); // moved to emu_Loop(), after CPU clock change..