Skip to content

Commit

Permalink
Add RetroAchievements enum (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-j-green authored Feb 3, 2025
1 parent e7902e2 commit 54b49ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion gaseous-signature-parser/models/RomSignatureObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,12 @@ public enum SignatureSourceType
/// <summary>
/// https://github.com/BlitterStudio/amiberry/blob/master/whdboot/game-data/whdload_db.xml
/// </summary>
WHDLoad = 6
WHDLoad = 6,

/// <summary>
/// https://retroachievements.org
/// </summary>
RetroAchievements = 7
}

public enum RomTypes
Expand Down
4 changes: 3 additions & 1 deletion gaseous-signature-parser/support/parsers/tosec/Country.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ EE,Estonia
EG,Egypt
ES,Spain
EU,Europe
Europe,Europe
FI,Finland
FR,France
GB,United Kingdom
Expand Down Expand Up @@ -67,4 +68,5 @@ US,United States
USA,United States
VN,Vietnam
YU,Yugoslavia
ZA,South Africa
ZA,South Africa
World,Worldwide

0 comments on commit 54b49ee

Please sign in to comment.