diff --git a/Assets/Script/SongInfo.Sources.cs b/Assets/Script/SongInfo.Sources.cs index 602a3e476..ba78cf20c 100644 --- a/Assets/Script/SongInfo.Sources.cs +++ b/Assets/Script/SongInfo.Sources.cs @@ -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" }, @@ -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" }, @@ -199,4 +201,4 @@ private static string SourceToGameName(string source) return "Unknown Source"; } } -} \ No newline at end of file +}