MCPcopy Index your code
hub / github.com/EmulatorJS/EmulatorJS / downloadGamePatch

Method downloadGamePatch

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

Source from the content-addressed store, hash-verified

757 });
758 }
759 downloadGamePatch() {
760 return new Promise(async (resolve) => {
761 this.config.gamePatchUrl = await this.downloadGameFile(this.config.gamePatchUrl, "patch", this.localization("Download Game Patch"), this.localization("Decompress Game Patch"));
762 resolve();
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"));

Callers 1

downloadFilesMethod · 0.95

Calls 2

downloadGameFileMethod · 0.95
localizationMethod · 0.95

Tested by

no test coverage detected