Update authors for the Cakehax loader

This commit is contained in:
Aurora
2016-05-27 14:08:06 +02:00
parent 30b3a51309
commit 5fac49447c
2 changed files with 3 additions and 3 deletions

View File

@@ -252,7 +252,7 @@ static inline void loadFirm(u32 firmType, u32 externalFirm)
static inline void patchNativeFirm(u32 nandType, u32 emuHeader, u32 a9lhMode)
{
u8 *arm9Section = (u8 *)firm + section[2].offset;
u32 nativeFirmType;
if(console)
@@ -289,7 +289,7 @@ static inline void patchNativeFirm(u32 nandType, u32 emuHeader, u32 a9lhMode)
//Apply signature patches
patchSignatureChecks(process9Offset, process9Size);
//Apply emuNAND patches
if(nandType)
{