X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=psp%2Fmain.c;h=952d1047e2da889242b827a473b1e4e979e9ac91;hb=e99d80480196f551f7e6c06deae3750de19b4c0e;hp=e96eacc5283f3356cd2b0aace23899230eeeaa1d;hpb=049a6b3e80151f6a5af726e25478ed15e111dfcc;p=libpicofe.git diff --git a/psp/main.c b/psp/main.c index e96eacc..952d104 100644 --- a/psp/main.c +++ b/psp/main.c @@ -58,7 +58,7 @@ int pico_main(void) break; case PGS_ReloadRom: - if (emu_ReloadRom(rom_fname_reload)) { + if (emu_reload_rom(rom_fname_reload)) { engineState = PGS_Running; if (mp3_last_error != 0) engineState = PGS_Menu; // send to menu to display mp3 error @@ -90,7 +90,7 @@ int pico_main(void) emu_HandleResume(); break; } - emu_Loop(); + pemu_loop(); #ifdef GPROF goto endloop; #endif