Skip to content

Commit

Permalink
bump: SemVer to RC-2
Browse files Browse the repository at this point in the history
remove redundant asm
  • Loading branch information
gottyduke committed Aug 8, 2023
1 parent 808e6aa commit 695651b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(GNUInstallDirs)
# info
project(
BG3AchievementEnabler
VERSION 1.0.0
VERSION 1.1.0
LANGUAGES CXX
)

Expand Down
6 changes: 2 additions & 4 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ namespace
"48 81 C1 D0 00 00 00 "
"E8 ?? ?? ?? ?? "
"48 8B C8 "
"E8 ?? ?? ?? ?? "
"84 C0">();
"E8 ?? ?? ?? ??">();
auto* patch = dku::Hook::adjust_pointer(entry, 0x24);

if (entry && TestAlByte.match(AsAddress(patch))) {
Expand All @@ -44,8 +43,7 @@ namespace
"48 81 C1 D0 00 00 00 "
"E8 ?? ?? ?? ?? "
"48 8B C8 "
"E8 ?? ?? ?? ?? "
"84 C0">();
"E8 ?? ?? ?? ??">();
auto patch = AsAddress(dku::Hook::adjust_pointer(entry, 0x41));

if (entry && TestAlByte.match(patch)) {
Expand Down

0 comments on commit 695651b

Please # to comment.