[ROMM-2965] Check file count for file select menu emulatorjs

This commit is contained in:
Georges-Antoine Assi
2026-02-09 11:57:39 -05:00
parent 450e3ca177
commit cde008cdea

View File

@@ -419,7 +419,7 @@ function openCacheDialog() {
<!-- Configuration Section -->
<!-- Disc Selector -->
<v-select
v-if="rom.has_multiple_files"
v-if="rom.files.length > 1"
v-model="selectedDisc"
class="mb-3"
hide-details
@@ -475,7 +475,7 @@ function openCacheDialog() {
<v-divider
v-if="
rom.has_multiple_files ||
rom.files.length > 1 ||
supportedCores.length > 1 ||
firmwareOptions.length > 0
"