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")) {
|
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();
|
||||||
|
Loading…
Reference in New Issue
Block a user