From 465117e3d7e45601c3488c1b98a9df4c3e7eb73d Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Sun, 14 Sep 2025 21:11:53 +0700 Subject: [PATCH] [skip ci] Start10: Add new bTransitioningToCortana pattern for 27938+ ^2 --- ExplorerPatcher/TwinUIPatches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExplorerPatcher/TwinUIPatches.cpp b/ExplorerPatcher/TwinUIPatches.cpp index 6066892..ca49f8e 100644 --- a/ExplorerPatcher/TwinUIPatches.cpp +++ b/ExplorerPatcher/TwinUIPatches.cpp @@ -2024,7 +2024,7 @@ BOOL FixStartMenuAnimation(LPMODULEINFO mi) { // `(CStartExperienceManager *)((char *)this - 40)` before field access // ``` - // 48 83 ?? 80 B9 ?? ?? ?? ?? 00 75 ?? 41 B0 01 + // 48 83 C1 ?? 80 B9 ?? ?? ?? ?? 00 75 ?? 41 B0 01 // ^^^^^^^^^^^ bTransitioningToCortana // ``` // Ref: CStartExperienceManager::DimStart()