Try activating Large Address Aware (>2GB) support for EmuHawk. Someone needs to test this.
This commit is contained in:
parent
b8ac99992e
commit
510dc20823
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue