Try activating Large Address Aware (>2GB) support for EmuHawk. Someone needs to test this.

This commit is contained in:
nattthebear 2016-02-13 18:20:08 -05:00
parent b8ac99992e
commit 510dc20823
1 changed files with 2 additions and 2 deletions

View File

@ -2071,8 +2071,8 @@
</Target>
-->
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
<PostBuildEvent>call "$(VS100COMNTOOLS)..\tools\vsvars32.bat"
editbin /largeaddressaware "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">"$(SolutionDir)subwcrev.bat" "$(ProjectDir)"</PreBuildEvent>