From 9a66b1b2aaf77f88a7664b43c043fc668eeaad9d Mon Sep 17 00:00:00 2001 From: shadeMe Date: Sat, 9 Mar 2024 14:01:09 +0100 Subject: [PATCH] Add CRC for modified editor EXE with DPI-awareness support --- obse/loader_common/EXEChecksum.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/obse/loader_common/EXEChecksum.cpp b/obse/loader_common/EXEChecksum.cpp index 804d48f..363073a 100644 --- a/obse/loader_common/EXEChecksum.cpp +++ b/obse/loader_common/EXEChecksum.cpp @@ -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;