mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
isle: match WndProc and re-arrange functions in ISLE.EXE
(#45)
* match WinProc * minor accuracy improvement * WndProc at 50% * fix WM_DISPLAYCHANGE branching * fix type * fix x/y comparison * WndProc 82% * 84% * 97% * rearrange functions to get close to the original * remove newline * inline no longer necessary * merge
This commit is contained in:

committed by
GitHub

parent
51ec2c97c6
commit
24ec7023bd
@@ -28,7 +28,7 @@ int g_targetWidth = 640;
|
||||
int g_targetHeight = 480;
|
||||
|
||||
// 0x410060
|
||||
unsigned int g_targetDepth = 16;
|
||||
int g_targetDepth = 16;
|
||||
|
||||
// 0x410064
|
||||
int g_reqEnableRMDevice = 0;
|
||||
|
Reference in New Issue
Block a user