From 317a92d4c5857f5ad917c3026557b1c766deb3e7 Mon Sep 17 00:00:00 2001 From: headman0 <53534806+headman0@users.noreply.github.com> Date: Mon, 1 Jun 2026 17:56:18 +0200 Subject: [PATCH] Update Zoom.cs Update for 0.5 --- Zoom/Zoom.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zoom/Zoom.cs b/Zoom/Zoom.cs index 5d5112a..f004ec0 100644 --- a/Zoom/Zoom.cs +++ b/Zoom/Zoom.cs @@ -257,7 +257,7 @@ private void ApplyZoomPatch() IntPtr zoomPatchAddress = IntPtr.Add(zoomMemoryAllocation, sizeof(float) + 2); - IntPtr patchAddress = (nint)SigScan.FindPattern("F3 0F 5D ? ? ? ? ? F3 0F 11 ? ? ? ? ? C6", out _); + IntPtr patchAddress = (nint)SigScan.FindPattern("F3 0F 5D 0D ? ? ? ? F3 0F 11 8E ? ? ? ? 41 C6 06 01", out _); if (patchAddress == IntPtr.Zero) { return;