Merge remote-tracking branch 'Blu3train/YurisEngineContinueOnFailure'

This commit is contained in:
Chenx221 2024-09-05 11:32:50 +08:00
commit c153ca5117

View File

@ -297,8 +297,8 @@ bool DetermineEngineByFile2()
if (Util::CheckFile(L"pac\\*.ypf") || Util::CheckFile(L"*.ypf")) { if (Util::CheckFile(L"pac\\*.ypf") || Util::CheckFile(L"*.ypf")) {
// jichi 8/14/2013: CLOCLUP: "ノーブレスオブリージュ" would crash the game. // jichi 8/14/2013: CLOCLUP: "ノーブレスオブリージュ" would crash the game.
if (!Util::CheckFile(L"noblesse.exe")) if (!Util::CheckFile(L"noblesse.exe"))
InsertYurisHook(); if (InsertYurisHook())
return true; return true;
} }
if (Util::CheckFile(L"*.npa")) { if (Util::CheckFile(L"*.npa")) {
InsertNitroplusHook(); InsertNitroplusHook();