YU-RIS engine. Continue on failure
This commit is contained in:
parent
233e75225c
commit
94e8be11d4
@ -296,8 +296,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