mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-29 00:24:13 +08:00
.
This commit is contained in:
parent
f039da941c
commit
40fce13b1c
@ -94,9 +94,12 @@ bool checkengine()
|
|||||||
if (attached)
|
if (attached)
|
||||||
{
|
{
|
||||||
jittypedefault = m->jittype;
|
jittypedefault = m->jittype;
|
||||||
spDefault.isjithook = true;
|
if (jittypedefault != JITTYPE::PC)
|
||||||
spDefault.minAddress = 0;
|
{
|
||||||
spDefault.maxAddress = -1;
|
spDefault.isjithook = true;
|
||||||
|
spDefault.minAddress = 0;
|
||||||
|
spDefault.maxAddress = -1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
if (m->is_engine_certain)
|
if (m->is_engine_certain)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user