enable bsz

This commit is contained in:
Akash Mozumdar 2018-08-27 20:50:09 -04:00
parent 4660be2efb
commit 4979349a56

View File

@ -73,10 +73,10 @@ bool DeterminePCEngine()
} }
// jichi 5/14/2015: Skip hijacking BALDRSKY ZEROs // jichi 5/14/2015: Skip hijacking BALDRSKY ZEROs
if (Util::CheckFile(L"bsz_Data\\Mono\\mono.dll") || Util::CheckFile(L"bsz2_Data\\Mono\\mono.dll")) { //if (Util::CheckFile(L"bsz_Data\\Mono\\mono.dll") || Util::CheckFile(L"bsz2_Data\\Mono\\mono.dll")) {
ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs"); // ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs");
return true; // return true;
} //}
if (::GetModuleHandleA("mono.dll")) { if (::GetModuleHandleA("mono.dll")) {
InsertMonoHooks(); InsertMonoHooks();
return true; return true;