Browse Source

[skip ci] Start10: Add new bTransitioningToCortana pattern for 27938+ ^2

pull/4568/merge
Amrsatrio 3 months ago
parent
commit
465117e3d7
  1. 2
      ExplorerPatcher/TwinUIPatches.cpp

2
ExplorerPatcher/TwinUIPatches.cpp

@ -2024,7 +2024,7 @@ BOOL FixStartMenuAnimation(LPMODULEINFO mi) @@ -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()

Loading…
Cancel
Save