Merge pull request #4643 from Cacodemon345/libsndfile

Libsndfile
This commit is contained in:
Miran Grča
2024-07-23 19:21:54 +02:00
committed by GitHub
7 changed files with 343 additions and 174 deletions

View File

@@ -218,7 +218,6 @@ SettingsFloppyCDROM::save()
/* Removable devices category */
model = ui->tableViewCDROM->model();
for (int i = 0; i < CDROM_NUM; i++) {
cdrom[i].is_dir = 0;
cdrom[i].priv = NULL;
cdrom[i].ops = NULL;
cdrom[i].image = NULL;