mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-12-24 04:04:14 +08:00
reallive
This commit is contained in:
parent
06f134e87a
commit
20ce1fa8d0
@ -37,4 +37,15 @@ public:
|
||||
check_by_target = check_by_list{L"koe\\*.koe", L"PDT\\*.pdt", L"Gameexe.ini"};
|
||||
};
|
||||
bool attach_function();
|
||||
};
|
||||
|
||||
class RealliveX : public Reallive
|
||||
{
|
||||
public:
|
||||
RealliveX()
|
||||
{
|
||||
// 部分远古版本
|
||||
check_by = CHECK_BY::RESOURCE_STR;
|
||||
check_by_target = L"RealLive";
|
||||
};
|
||||
};
|
@ -399,5 +399,6 @@ std::vector<ENGINE *> check_engines()
|
||||
new Sceplay,
|
||||
new Onscripter,
|
||||
new TACTICS,
|
||||
new RealliveX,
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user