From 8d6a54575ee5c842a19cf820b179cd6724730cb4 Mon Sep 17 00:00:00 2001 From: lipsanen Date: Mon, 6 Apr 2026 20:01:37 +0300 Subject: [PATCH] Fix deck_test branch crash by extending the PostButtonPressedEvent pattern --- spt/features/camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spt/features/camera.cpp b/spt/features/camera.cpp index 431885db..6cc5cc48 100644 --- a/spt/features/camera.cpp +++ b/spt/features/camera.cpp @@ -375,7 +375,7 @@ namespace patterns "55 8B EC 83 EC 58 E8 ?? ?? ?? ?? 85 C0 0F 84 ?? ?? ?? ?? 8B 10 8B C8 56"); PATTERNS(CInputSystem__PostButtonPressedEvent, "5135", - "8B D1 0F B6 42 ??", + "8B D1 0F B6 42 ?? 69 C0 ?? ?? ?? ?? 56 57", "7197370", "55 8B EC 83 EC 18 53 8B 5D ?? BA 01 00 00 00", "sdk-base-2013",