mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-15 08:53:53 +08:00
.
This commit is contained in:
parent
cabb66fc07
commit
44a6749013
@ -91,13 +91,16 @@ bool checkengine()
|
|||||||
if (matched == false)
|
if (matched == false)
|
||||||
continue;
|
continue;
|
||||||
ConsoleOutput(TR[MatchedEngine], m->getenginename());
|
ConsoleOutput(TR[MatchedEngine], m->getenginename());
|
||||||
if (m->is_engine_certain)
|
if (attached)
|
||||||
{
|
{
|
||||||
ConsoleOutput(TR[ConfirmStop], m->getenginename());
|
|
||||||
jittypedefault = m->jittype;
|
jittypedefault = m->jittype;
|
||||||
spDefault.isjithook = true;
|
spDefault.isjithook = true;
|
||||||
spDefault.minAddress = 0;
|
spDefault.minAddress = 0;
|
||||||
spDefault.maxAddress = -1;
|
spDefault.maxAddress = -1;
|
||||||
|
}
|
||||||
|
if (m->is_engine_certain)
|
||||||
|
{
|
||||||
|
ConsoleOutput(TR[ConfirmStop], m->getenginename());
|
||||||
return attached;
|
return attached;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user