Skip to content

Commit 43e403d

Browse files
committed
Add CRC for modified editor EXE with DPI-awareness support
1 parent 04b256b commit 43e403d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

obse/loader_common/EXEChecksum.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ bool TestChecksum(const char * procName, std::string * dllSuffix, ProcHookInfo *
143143
case 0x2F9AC10C: // 1.2.0.404 - third release, again almost binary-identical
144144
case 0x6D1A8291: // 1.2.0.404 - japanese unofficial translation
145145
case 0x5BF7D114: // 1.2.0.404 - modified to enable visual styles, bundled with CSE plugin
146+
case 0x7FF50FF2: // 1.2.0.404 - modified to enable visual styles + DPI awareness, bundled with CSE plugin
146147
case 0xB2DED130:
147148
*dllSuffix = "1_2";
148149
hookInfo->hookCallAddr = 0x00892BDE;

0 commit comments

Comments
 (0)