aboutsummaryrefslogtreecommitdiff
path: root/frontend/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/menu.c')
-rw-r--r--frontend/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/menu.c b/frontend/menu.c
index 333bdb6..a984bbf 100644
--- a/frontend/menu.c
+++ b/frontend/menu.c
@@ -1849,7 +1849,7 @@ static int run_cd_image(const char *fname)
return -1;
}
- emu_on_new_cd();
+ emu_on_new_cd(1);
ready_to_go = 1;
return 0;