diff --git a/ui/xemu.c b/ui/xemu.c index a44de9f033..90ceb87a70 100644 --- a/ui/xemu.c +++ b/ui/xemu.c @@ -1565,7 +1565,7 @@ void xemu_load_disc(const char *path) Error *err = NULL; qmp_blockdev_change_medium(true, "ide0-cd1", false, NULL, path, - false, "", false, 0, + false, "", false, false, false, 0, &err); xbox_smc_update_tray_state();