mirror of https://github.com/xemu-project/xemu.git
ui/xemu: Specify new force param to qmp_blockdev_change_medium
This commit is contained in:
parent
b3fe79bc8a
commit
426805f0b3
|
@ -1565,7 +1565,7 @@ void xemu_load_disc(const char *path)
|
||||||
|
|
||||||
Error *err = NULL;
|
Error *err = NULL;
|
||||||
qmp_blockdev_change_medium(true, "ide0-cd1", false, NULL, path,
|
qmp_blockdev_change_medium(true, "ide0-cd1", false, NULL, path,
|
||||||
false, "", false, 0,
|
false, "", false, false, false, 0,
|
||||||
&err);
|
&err);
|
||||||
|
|
||||||
xbox_smc_update_tray_state();
|
xbox_smc_update_tray_state();
|
||||||
|
|
Loading…
Reference in New Issue