Merge remote-tracking branch 'Blu3train/YurisEngineContinueOnFailure'
This commit is contained in:
commit
c153ca5117
@ -297,8 +297,8 @@ bool DetermineEngineByFile2()
|
||||
if (Util::CheckFile(L"pac\\*.ypf") || Util::CheckFile(L"*.ypf")) {
|
||||
// jichi 8/14/2013: CLOCLUP: "ノーブレスオブリージュ" would crash the game.
|
||||
if (!Util::CheckFile(L"noblesse.exe"))
|
||||
InsertYurisHook();
|
||||
return true;
|
||||
if (InsertYurisHook())
|
||||
return true;
|
||||
}
|
||||
if (Util::CheckFile(L"*.npa")) {
|
||||
InsertNitroplusHook();
|
||||
|
Loading…
Reference in New Issue
Block a user