diff --git a/Makefile b/Makefile index 82371ae..0f3596e 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ MAKEFILES := sysmod overlay TARGETS := $(foreach dir,$(MAKEFILES),$(CURDIR)/$(dir)) # the below was taken from atmosphere + switch-examples makefile -export VERSION := 1.5.7 +export VERSION := 1.5.8 ifneq ($(strip $(shell git symbolic-ref --short HEAD 2>/dev/null)),) export GIT_BRANCH := $(shell git symbolic-ref --short HEAD) diff --git a/sysmod/src/main.cpp b/sysmod/src/main.cpp index 6d6d015..3ce1ec1 100644 --- a/sysmod/src/main.cpp +++ b/sysmod/src/main.cpp @@ -274,7 +274,7 @@ constinit Patterns fs_patterns[] = { }; constinit Patterns ldr_patterns[] = { - { "noacidsigchk", "17..009401C0BE121F00", 9, 2, cmp_cond, cmp_patch, cmp_applied, true, FW_VER_ANY }, // 1F00016B - cmp w0, w1 patched to 1F00006B - cmp w0, w0 + { "noacidsigchk", "009401C0BE121F00", 6, 2, cmp_cond, cmp_patch, cmp_applied, true, FW_VER_ANY }, // 1F00016B - cmp w0, w1 patched to 1F00006B - cmp w0, w0 }; constinit Patterns es_patterns[] = {