forked from mattpannella/pupdate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for downloading the Game & Watch ROMs (mattpannella#235)
GlobalHelper: - made the ArchiveFiles property populate on first use. - added GameAndWatchArchiveFiles Archive: - changed files to be a List<> vs an array so items could be easily removed - updated some variable names to camel casing Config: -added new config setting to set the archive name for game and watch Program - awaited the Global Helper Initialize as it wasn't done populating when testing updating the game and watch core - removed commented out code Core: - moved ad hoc string concats to string interpolation - removed unused method ReadPlatformFile - made Download Asset more generic so it can support downloading the ROMs for Game & Watch - added code to download the Game & Watch ROMs from ArchiveOrg - made Check CRC more generic so it can support Game & Watch - replaced "" with string.Empty - collapsed Build Asset Url code into Download Asset to make it easier to be more generic
- Loading branch information
Showing
5 changed files
with
173 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.