Search found 3 matches

by
29 Jan 2024, 21:29
Forum: Coding & Modding
Topic: MMX instructions
Replies: 0
Views: 974
Poland

MMX instructions

Windows NT 3.x, Windows 95, and some versions of Windows NT 4.0 do not support storing SSE registers of each process. Therefore, SSE won't work on these Windows versions, and it won't work on non-SSE processors. SSE and SSE2 have been used for vectorization, by doing the same operation on multiple v...
by
31 Dec 2023, 10:05
Forum: Compatibility Mods
Topic: Function (Procedure Entry Point) replacement list
Replies: 2
Views: 6162
Poland

Function (Procedure Entry Point) replacement list

x86 typically has the function arguments passed right to left to the stack, so that the first parameter is at the top, and as such, replacing new function by old Win32 function will make it read the parameters from the stack as well. However, the problematic cases occur when the substituted function...
by
17 Dec 2023, 10:16
Forum: Windows 8.x & Server 2012
Topic: How to get rid of DPI virtualization?
Replies: 0
Views: 8192
Poland

How to get rid of DPI virtualization?

This is the ONE fatal flaw that prevents me from using Windows 8.1 and up. I have 3840×2160 display, and I mainly use 288dpi in Windows 7. In DWM in Windows Vista, Windows 7, and Windows 8, there is an option to Use Windows XP style DPI scaling, which sets HKEY_CURRENT_USER\Software\Microsoft\Window...