Skip to content

Commit

Permalink
Add CRC for modified editor EXE with DPI-awareness support
Browse files Browse the repository at this point in the history
  • Loading branch information
shadeMe authored and llde committed Mar 9, 2024
1 parent 04b256b commit 9a66b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions obse/loader_common/EXEChecksum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ bool TestChecksum(const char * procName, std::string * dllSuffix, ProcHookInfo *
case 0x2F9AC10C: // 1.2.0.404 - third release, again almost binary-identical
case 0x6D1A8291: // 1.2.0.404 - japanese unofficial translation
case 0x5BF7D114: // 1.2.0.404 - modified to enable visual styles, bundled with CSE plugin
case 0x7FF50FF2: // 1.2.0.404 - modified to enable visual styles + DPI awareness, bundled with CSE plugin
case 0xB2DED130:
*dllSuffix = "1_2";
hookInfo->hookCallAddr = 0x00892BDE;
Expand Down

0 comments on commit 9a66b1b

Please sign in to comment.