This commit is contained in:
恍兮惚兮 2024-12-26 16:07:09 +08:00
parent f039da941c
commit 40fce13b1c
2 changed files with 7 additions and 4 deletions

View File

@ -94,10 +94,13 @@ bool checkengine()
if (attached) if (attached)
{ {
jittypedefault = m->jittype; jittypedefault = m->jittype;
if (jittypedefault != JITTYPE::PC)
{
spDefault.isjithook = true; spDefault.isjithook = true;
spDefault.minAddress = 0; spDefault.minAddress = 0;
spDefault.maxAddress = -1; spDefault.maxAddress = -1;
} }
}
if (m->is_engine_certain) if (m->is_engine_certain)
{ {
ConsoleOutput(TR[ConfirmStop], m->getenginename()); ConsoleOutput(TR[ConfirmStop], m->getenginename());

View File

@ -1,7 +1,7 @@
set(VERSION_MAJOR 6) set(VERSION_MAJOR 6)
set(VERSION_MINOR 15) set(VERSION_MINOR 15)
set(VERSION_PATCH 4) set(VERSION_PATCH 5)
set(VERSION_REVISION 0) set(VERSION_REVISION 0)
set(LUNA_VERSION "{${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},${VERSION_REVISION}}") set(LUNA_VERSION "{${VERSION_MAJOR},${VERSION_MINOR},${VERSION_PATCH},${VERSION_REVISION}}")
add_library(VERSION_DEF ${CMAKE_CURRENT_LIST_DIR}/version_def.cpp) add_library(VERSION_DEF ${CMAKE_CURRENT_LIST_DIR}/version_def.cpp)