Permalink
Browse files

re-add nocmac to the patch list

  • Loading branch information...
fgsfdsfgs committed Aug 1, 2018
1 parent c24294e commit 5f5f3b7297de002f47a17370753b043198119118
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/firmware.c
View
@@ -144,7 +144,7 @@ void patch(pk11_offs *pk11, pkg2_hdr_t *pkg2, link_t *kips) {
}
u8 kipHash[0x20];
char *patchFilter[] = { "nogc", "nosigchk", NULL };
char *patchFilter[] = { "nogc", "nosigchk", "nocmac", NULL };
//Patch FS module (truly not my proudest code TODO cleanup)
LIST_FOREACH_ENTRY(pkg2_kip1_info_t, ki, kips, link) {

0 comments on commit 5f5f3b7

Please sign in to comment.