faster patching + homebrew patches

This commit is contained in:
piratesephiroth 2017-09-17 22:55:01 -03:00 committed by GitHub
parent c01b9f57d2
commit 7ce3fb8f67

View File

@ -12,7 +12,7 @@ namespace nfs2iso2nfs
{
public const int SECTOR_SIZE = 0x8000;
public const int HEADER_SIZE = 0x200;
public static byte[] WII_COMMON_KEY = { 0xEB, 0xE4, 0x2A, 0x22, 0x5E, 0x85, 0x93, 0xE4, 0x48, 0xD9, 0xC5, 0x45, 0x73, 0x81, 0xAA, 0xF7 };
public static byte[] WII_COMMON_KEY = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
public const int NFS_SIZE = 0xFA00000;
public static bool dec = false;
public static bool enc = false;