Fixed compile with Win32 UI.

This commit is contained in:
OBattler
2022-10-17 00:02:15 +02:00
parent b5964d8c93
commit 8625fa5cb4

View File

@@ -595,7 +595,7 @@ win_settings_save(void)
/* Removable devices category */
memcpy(cdrom, temp_cdrom, CDROM_NUM * sizeof(cdrom_t));
for (i = 0; i < CDROM_NUM; i++) {
cdrom[i].img_fp = NULL;
cdrom[i].is_dir = 0;
cdrom[i].priv = NULL;
cdrom[i].ops = NULL;
cdrom[i].image = NULL;