Core: Reserve memory map as early as possible

Protects against all the other stuff we load eating up all the address space that we want
This commit is contained in:
TellowKrinkle
2026-03-07 09:12:00 -05:00
committed by Ty
parent 2696e304e2
commit 337daf7ed9
4 changed files with 15 additions and 4 deletions
+2
View File
@@ -899,6 +899,8 @@ int main(int argc, char* argv[])
if (!GSRunner::ParseCommandLineArgs(argc, argv, params))
return EXIT_FAILURE;
SysMemory::ReserveMemory();
if (s_use_window.value_or(true) && !GSRunner::CreatePlatformWindow())
{
Console.Error("Failed to create window.");