Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garoxas committed Dec 12, 2019
1 parent a9b14fb commit 63aba4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NX_Game_Info/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ public class Title
{ "68173bf86aa0884f2c989acc4102072f.cnmt.nca", 537919608 }, // 8.1.0
{ "9bde0122ff0c7611460165d3a7adb795.cnmt.nca", 603980216 }, // 9.0.0
{ "9684add4b199811749665b84d27c8cd9.cnmt.nca", 604045412 }, // 9.0.1
{ "7f12839dea0870d71187d0ebeed53270.cnmt.nca", 605028592 }, // 9.1.0
};

public static string[] Properties = new string[]
Expand Down Expand Up @@ -408,6 +409,8 @@ public string masterkeyString
return masterkey.ToString() + " (8.1.0)";
case 9:
return masterkey.ToString() + " (9.0.0-9.0.1)";
case 10:
return masterkey.ToString() + " (9.1.0)";
case unchecked((uint)-1):
return "";
default:
Expand Down

0 comments on commit 63aba4a

Please sign in to comment.