PSX: fix CD mounting.

This commit is contained in:
Sorgelig
2021-12-19 14:16:35 +08:00
parent 069368347a
commit 24d13f4d03

View File

@@ -2242,7 +2242,7 @@ void HandleUI(void)
pcecd_set_image(ioctl_index, selPath);
cheats_init(selPath, 0);
}
else if (is_psx())
else if (is_psx() && ioctl_index == 1)
{
psx_mount_cd(user_io_ext_idx(selPath, fs_pFileExt) << 6 | (menusub + 1), ioctl_index, selPath);
}