Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/EliteAsian123/YARG
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 21, 2023
2 parents 356904b + 442bb4b commit b110571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Assets/Script/SongInfo.Sources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public partial class SongInfo
{ "gf1", "GuitarFreaks" },
{ "gf2dm1", "GuitarFreaks 2ndMIX & DrumMania" },
{ "addygh", "Guitar Hero II: Addy's Disc" },
{ "ghtorb3", "Guitar Hero To Rock Band 3" },
{ "ghxsetlist", "Guitar Hero X" },
{ "ghx2setlist", "Guitar Hero X-II" },
{ "praise", "Guitar Praise" },
Expand All @@ -141,6 +142,7 @@ public partial class SongInfo
{ "guitarherodlc", "Guitar Zero 2 DLC" },
{ "harmonyhero", "Harmony Hero" },
{ "imetal", "Instru-Metal" },
{ "jrb", "J-Rock Band" },
{ "kh", "Koreaboo Hero" },
{ "kh2", "Koreaboo Hero 2" },
{ "marathon", "Marathon Hero" },
Expand Down Expand Up @@ -199,4 +201,4 @@ private static string SourceToGameName(string source)
return "Unknown Source";
}
}
}
}

0 comments on commit b110571

Please sign in to comment.