mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-26 23:34:01 +08:00
Update Fizz.h
This commit is contained in:
parent
ade8f24169
commit
5fa33f740c
@ -9,17 +9,17 @@ public:
|
||||
check_by_target = [&]()
|
||||
{
|
||||
auto _ = Util::CheckFile(L"data.gsp") && Util::CheckFile(L"Image*.gsp") && Util::CheckFile(L"bgm*.gsp") && Util::CheckFile(L"se.gsp");
|
||||
if (!_)
|
||||
return false;
|
||||
if (Util::CheckFile(L"voice/*.gsp"))
|
||||
{
|
||||
typex = 1;
|
||||
return true;
|
||||
}
|
||||
if (wcscmp(processName_lower, L"gsd.exe") == 0)
|
||||
else
|
||||
{
|
||||
typex = 2;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
};
|
||||
};
|
||||
bool attach_function();
|
||||
|
Loading…
Reference in New Issue
Block a user