Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HIllya51 committed Dec 26, 2024
1 parent f039da9 commit 40fce13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions cpp/LunaHook/LunaHook/enginecontrol.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,12 @@ bool checkengine()
if (attached)
{
jittypedefault = m->jittype;
spDefault.isjithook = true;
spDefault.minAddress = 0;
spDefault.maxAddress = -1;
if (jittypedefault != JITTYPE::PC)
{
spDefault.isjithook = true;
spDefault.minAddress = 0;
spDefault.maxAddress = -1;
}
}
if (m->is_engine_certain)
{
Expand Down
2 changes: 1 addition & 1 deletion cpp/version.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

set(VERSION_MAJOR 6)
set(VERSION_MINOR 15)
set(VERSION_PATCH 4)
set(VERSION_PATCH 5)
set(VERSION_REVISION 0)
set(LUNA_VERSION "{${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},${VERSION_REVISION}}")
add_library(VERSION_DEF ${CMAKE_CURRENT_LIST_DIR}/version_def.cpp)
Expand Down

0 comments on commit 40fce13

Please sign in to comment.