Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Something you can do, however, is extend the virtual memory page. You can do this easily with a patcher on ntcore.com (the 4GB patch). It doubles the virtual memory page.
Also will Denuvo have a problem with this?
Of course they have the source code to do this with. Now, they also have anti-tamper features which might rely on the 32-bit nature of the file as well, and this could cause other complications making it harder than just a recompilation, but in general, usually recompilation from source code with new parameters is all that is needed.
It's the compiler that handles all of the other stuff, like linking and memory management, which is what he was talking about.
As for 32-bit support, all desktop versions of Windows, both x86-64 and ARM64, support IA-32 executables, and as a result actually have a set of 32-bit system DLLs just for running such programs. For x86-64 processors there is native support for 32-bit code, while on ARM64 Windows has an emulator to run IA-32 code.