fix: added check for selected items (#58)

This commit is contained in:
Michael Green
2023-08-14 22:05:47 +10:00
committed by GitHub
parent 014c33d46c
commit 0e4cfccee0

View File

@@ -571,6 +571,7 @@
}
}
if (remapCallCounterMax > 0) {
showProgress();
for (var i = 0; i < rom_checks.length; i++) {
@@ -587,6 +588,7 @@
}
}
}
}
function remapTitlesCallback() {
remapCallCounter = remapCallCounter - 1;