From 4f8ccf6c82b9f175e9a7577a9c672656a60eb00d Mon Sep 17 00:00:00 2001 From: borntohonk <6264306+borntohonk@users.noreply.github.com> Date: Sun, 16 Nov 2025 14:47:39 +0100 Subject: [PATCH] fix new loader patch for atmosphere 1.10.0 --- Makefile | 2 +- sysmod/src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[] = {