File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : windows-2019
11
+ runs-on : windows-2022
12
12
strategy :
13
13
matrix :
14
14
platform : [Win32]
22
22
submodules : ' true'
23
23
- name : Configure build
24
24
run : |
25
- ./premake5 vs2019
25
+ ./premake5 vs2022
26
26
- name : Build
27
27
run : |
28
28
msbuild -m build/MaxPayne3.FusionFix.sln /property:Configuration=${{matrix.buildtype}} /property:Platform=${{matrix.platform}}
Original file line number Diff line number Diff line change 1
- premake5 vs2019
1
+ premake5 vs2022
Original file line number Diff line number Diff line change @@ -26,9 +26,10 @@ void Init()
26
26
27
27
if (bHideSkipButton)
28
28
{
29
- auto pattern = hook::pattern (" 8B C8 89 86 ? ? ? ? E8 ? ? ? ? D9 EE 8B 86 ? ? ? ? 8B 38 83 EC 08" );
30
- injector::MakeNOP (pattern.count (22 ).get (0 ).get <void >(8 ), 5 , true );
31
- injector::MakeNOP (pattern.count (22 ).get (3 ).get <void >(8 ), 5 , true );
29
+ auto pattern = hook::pattern (" 8B C8 89 86 ? ? ? ? E8 ? ? ? ? D9 EE 8B 86 ? ? ? ? 8B 38 83 EC 08 D9 54 24 04 8D 4C 24 3C D9 1C 24 E8 ? ? ? ? F3 0F 7E 00 8B 97 ? ? ? ? 83 EC 18 8B CC 66 0F D6 01 F3 0F 7E 40 ? 66 0F D6 41 ? F3 0F 7E 40 ? 6A 18 68" );
30
+ injector::MakeNOP (pattern.get_first (8 ), 5 , true );
31
+ pattern = hook::pattern (" 8B C8 89 86 ? ? ? ? E8 ? ? ? ? D9 EE 8B 86 ? ? ? ? 8B 38 83 EC 08 D9 54 24 04 8D 4C 24 20 D9 1C 24 E8 ? ? ? ? F3 0F 7E 00 8B 97 ? ? ? ? 83 EC 18 8B CC 66 0F D6 01 F3 0F 7E 40 ? 66 0F D6 41 ? F3 0F 7E 40 ? 6A 18 68 ? ? ? ? 66 0F D6 41 ? 8B 8E ? ? ? ? 6A 18" );
32
+ injector::MakeNOP (pattern.get_first (8 ), 5 , true );
32
33
}
33
34
34
35
if (fOutlinesSizeMultiplier )
You can’t perform that action at this time.
0 commit comments