aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
Diffstat (limited to 'maemo')
-rw-r--r--maemo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maemo/main.c b/maemo/main.c
index 4ffd1ab..eb757f0 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;
}
}