fixed loading the mame 0.162 dat's using the 'machine' xml node.

This commit is contained in:
gjefferyes
2015-06-10 09:45:03 -05:00
parent b368f33351
commit 32f67308fa
3 changed files with 20 additions and 19 deletions

View File

@@ -15,7 +15,7 @@ namespace ROMVault2
//public static UsernamePassword Up;
public static readonly Encoding Enc = Encoding.GetEncoding(28591);
public const string Version = "2.2";
public const int SubVersion = 1;
public const int SubVersion = 2;
public static string ErrorMessage;
public static string URL;