Permalink
Browse files
re-add nocmac to the patch list
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/firmware.c
|
|
@@ -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