YU-RIS engine. Continue on failure

This commit is contained in:
Blu3train 2023-04-16 18:13:32 +02:00
parent 233e75225c
commit 94e8be11d4

View File

@ -296,7 +296,7 @@ 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();
if (InsertYurisHook())
return true;
}
if (Util::CheckFile(L"*.npa")) {