Merge branch 'master' into developer

Conflicts:
	source/firm.c
	source/patches.h
This commit is contained in:
TuxSH
2016-05-11 01:32:06 +02:00
10 changed files with 102 additions and 20 deletions

View File

@@ -364,7 +364,7 @@ void patchCode(u64 progId, u8 *code, u32 size)
0xE0, 0x1E, 0xFF, 0x2F, 0xE1, 0x01, 0x01, 0x01
};
static const u8 fpdVerPatch = 0x05;
static const u8 fpdVerPatch = 0x06;
//Allow online access to work with old friends modules
patchMemory(code, size,
@@ -504,4 +504,4 @@ void patchCode(u64 progId, u8 *code, u32 size)
break;
}
}
}