Update patches.c

This commit is contained in:
TuxSH 2016-08-18 00:36:28 +02:00 committed by GitHub
parent 50a2424001
commit b87dadbb72

View File

@ -25,7 +25,6 @@
#include "config.h"
#include "../build/rebootpatch.h"
#include "../build/svcGetCFWInfopatch.h"
#include "fs.h"
static u32 *arm11ExceptionsPage = NULL;
static u32 *arm11SvcTable = NULL;
@ -278,4 +277,4 @@ u32 getLoader(u8 *pos, u32 *loaderSize)
*loaderSize = size;
return (u32)(off - pos);
}
}