mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
enable bsz
This commit is contained in:
parent
4660be2efb
commit
4979349a56
@ -73,10 +73,10 @@ bool DeterminePCEngine()
|
||||
}
|
||||
|
||||
// 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")) {
|
||||
ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs");
|
||||
return true;
|
||||
}
|
||||
//if (Util::CheckFile(L"bsz_Data\\Mono\\mono.dll") || Util::CheckFile(L"bsz2_Data\\Mono\\mono.dll")) {
|
||||
// ConsoleOutput("vnreng: IGNORE BALDRSKY ZEROs");
|
||||
// return true;
|
||||
//}
|
||||
if (::GetModuleHandleA("mono.dll")) {
|
||||
InsertMonoHooks();
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user