(ext)
| 776 | } |
| 777 | downloadRom() { |
| 778 | const supportsExt = (ext) => { |
| 779 | const core = this.getCore(); |
| 780 | if (!this.extensions) return false; |
| 781 | return this.extensions.includes(ext); |
| 782 | }; |
| 783 | |
| 784 | return new Promise(resolve => { |
| 785 | this.textElem.innerText = this.localization("Download Game Data"); |