Merge remote-tracking branch 'Blu3train/ImprovedRecognitionTinkerBellEngine'
This commit is contained in:
commit
bfc9627bd2
@ -281,8 +281,9 @@ bool DetermineEngineByFile2()
|
|||||||
InsertWaffleHook();
|
InsertWaffleHook();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (Util::CheckFile(L"Arc00.dat") && InsertTinkerBellHook()) {
|
if (Util::CheckFile(L"Arc00.dat") || Util::SearchResourceString(L"TinkerBell")) {
|
||||||
return true;
|
if(InsertTinkerBellHook())
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
if (Util::CheckFile(L"*.vfs")) { // jichi 7/6/2014: Better to test AoiLib.dll? ja.wikipedia.org/wiki/ソフトハウスキャラ
|
if (Util::CheckFile(L"*.vfs")) { // jichi 7/6/2014: Better to test AoiLib.dll? ja.wikipedia.org/wiki/ソフトハウスキャラ
|
||||||
InsertSystemAoiHook();
|
InsertSystemAoiHook();
|
||||||
|
Loading…
Reference in New Issue
Block a user