-
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.
Features -------- - Added Nintendo - Nintendo Entertainment System - Added tools to parse filenames or full games list out of parsed .dat files, to check for new regex terms to add Fixes ----- DupeParser ~~~~~~~~~~ - Fixed crash if "searchTerm" does not exist in the retool dupe dict - Get dupes from retool first, before dat file GameFinder ~~~~~~~~~~ - Fixed bug where if include_games was defined but not for the platform, nothing would be found - The full list of games is now sorted - Fixed bug where occasionally multiple entries due to upper/lowercase could occur ROMChooser ~~~~~~~~~~ - Revisions are now weighted more heavily than versions - Budget editions are now favoured above anything else, assuming they roll in the various revision/version changes ROMParser ~~~~~~~~~ - Fixed crash if "searchTerm" does not exist in the retool dupe dict Configs ~~~~~~~ - Added specific regex options for NES - Regions now has options for multiple rendering (e.g. UK can be UK or United Kingdom) - Grouped ``rerelease`` with ``demoted_versions`` in regex - Decoupled revisions from versions
- Loading branch information
Showing
11 changed files
with
387 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
url: "https://raw.githubusercontent.com/unexpectedpanda/retool-clonelists-metadata/main/clonelists" | ||
|
||
Nintendo - GameCube: "Nintendo - GameCube (Redump).json" | ||
Nintendo - Nintendo Entertainment System: "Nintendo - Nintendo Entertainment System (No-Intro).json" | ||
Nintendo - Super Nintendo Entertainment System: "Nintendo - Super Nintendo Entertainment System (No-Intro).json" | ||
Sony - PlayStation: "Sony - PlayStation (Redump).json" | ||
Sony - PlayStation 2: "Sony - PlayStation 2 (Redump).json" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
Nintendo - Nintendo Entertainment System: | ||
file_mapping: "Nintendo - Nintendo Entertainment System (Headered)" | ||
|
||
Nintendo - Super Nintendo Entertainment System: | ||
file_mapping: "Nintendo - Super Nintendo Entertainment System" |
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
3 changes: 3 additions & 0 deletions
3
romsearch/configs/platforms/Nintendo - Nintendo Entertainment System.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
group: "No-Intro" | ||
ftp_dir: "/No-Intro/Nintendo - Nintendo Entertainment System (Headered)" | ||
unzip: false |
Oops, something went wrong.