feat: FatalLoadError on Windows64

also readded TemporaryCreateGameStart
This commit is contained in:
2026-08-18 18:31:50 -04:00
parent 8fffd28dda
commit 6512a32798
3 changed files with 89 additions and 0 deletions
@@ -312,6 +312,7 @@ void MemPixStuff();
#else
void MemSect(int sect)
{
//str1k3r - i feel like something should go here, i just dont know what
}
#endif
@@ -703,6 +704,9 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance,
UNREFERENCED_PARAMETER(hPrevInstance);
UNREFERENCED_PARAMETER(lpCmdLine);
//str1k3r - tell windows that we are aware of high DPI displays
SetProcessDPIAware();
Windows64LaunchArgs launchArgs = ParseLaunchArgs();
if(launchArgs.resolution != 0)