From 510dc208236aee818b39e10a75e5252fddf5e013 Mon Sep 17 00:00:00 2001 From: nattthebear Date: Sat, 13 Feb 2016 18:20:08 -0500 Subject: [PATCH] Try activating Large Address Aware (>2GB) support for EmuHawk. Someone needs to test this. --- BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj index eb508a35ef..f05bcd06bf 100644 --- a/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj +++ b/BizHawk.Client.EmuHawk/BizHawk.Client.EmuHawk.csproj @@ -2071,8 +2071,8 @@ --> - - + call "$(VS100COMNTOOLS)..\tools\vsvars32.bat" +editbin /largeaddressaware "$(TargetPath)" "$(SolutionDir)subwcrev.bat" "$(ProjectDir)"