MCPcopy Create free account
hub / github.com/EmulatorJS/EmulatorJS / downloadBios

Method downloadBios

data/src/emulator.js:771–776  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

769 });
770 }
771 downloadBios() {
772 return new Promise(async (resolve) => {
773 this.config.biosUrl = await this.downloadGameFile(this.config.biosUrl, "bios", this.localization("Download Game BIOS"), this.localization("Decompress Game BIOS"));
774 resolve();
775 });
776 }
777 downloadRom() {
778 const supportsExt = (ext) => {
779 const core = this.getCore();

Callers 1

downloadFilesMethod · 0.95

Calls 2

downloadGameFileMethod · 0.95
localizationMethod · 0.95

Tested by

no test coverage detected