This commit is contained in:
恍兮惚兮 2024-12-21 17:07:58 +08:00
parent cabb66fc07
commit 44a6749013

View File

@ -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;
}