mirror of
https://github.com/FIX94/nfs2iso2nfs.git
synced 2024-11-14 13:55:15 +01:00
faster patching + homebrew patches
This commit is contained in:
parent
c01b9f57d2
commit
7ce3fb8f67
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user