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

Method downloadGameParent

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

Source from the content-addressed store, hash-verified

763 });
764 }
765 downloadGameParent() {
766 return new Promise(async (resolve) => {
767 this.config.gameParentUrl = await this.downloadGameFile(this.config.gameParentUrl, "parent", this.localization("Download Game Parent"), this.localization("Decompress Game Parent"));
768 resolve();
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"));

Callers 1

downloadFilesMethod · 0.95

Calls 2

downloadGameFileMethod · 0.95
localizationMethod · 0.95

Tested by

no test coverage detected