X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpsp%2Fmain.c;h=952d1047e2da889242b827a473b1e4e979e9ac91;hb=7090b784165829dcf650cf8bf6950a51bbd25181;hp=e96eacc5283f3356cd2b0aace23899230eeeaa1d;hpb=713c9224026b769b8238f898c85b63a17cd5bada;p=picodrive.git diff --git a/platform/psp/main.c b/platform/psp/main.c index e96eacc..952d104 100644 --- a/platform/psp/main.c +++ b/platform/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