X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=maemo%2Fmain.c;h=eb757f0b89ade69cf09e6d540d24694965351b73;hp=4ffd1ab733ce49b798509e0d53d71f28c03a8585;hb=79f216e32563acc81517729fe56a6f11f110b0a4;hpb=cc56203b76e1fcef2c7e55b460daf07e654a1547 diff --git a/maemo/main.c b/maemo/main.c index 4ffd1ab7..eb757f0b 100644 --- a/maemo/main.c +++ b/maemo/main.c @@ -132,7 +132,7 @@ int main(int argc, char **argv) printf(_("Could not load CD-ROM!\n")); return -1; } - emu_on_new_cd(); + emu_on_new_cd(0); ready_to_go = 1; } }