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