Skip to content

Commit

Permalink
better? ponscripter detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Artikash committed Oct 7, 2019
1 parent 6a6c208 commit 06d5242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion texthook/engine/match32.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool DeterminePCEngine()

bool DetermineEngineByFile1()
{
if (Util::SearchResourceString(L"Proportional ONScripter"))
if (Util::SearchResourceString(L"Proportional ONScripter") || Util::SearchResourceString(L"ponscr.exe"))
{
InsertPONScripterHook();
return true;
Expand Down

0 comments on commit 06d5242

Please sign in to comment.