mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
msvc/debug: set mainCRTStartup as entry point
This commit is contained in:
parent
f0c2f9235e
commit
2c6f11fc1c
|
|
@ -155,6 +155,7 @@
|
||||||
</IgnoreSpecificDefaultLibraries>
|
</IgnoreSpecificDefaultLibraries>
|
||||||
<BaseAddress>0x10000</BaseAddress>
|
<BaseAddress>0x10000</BaseAddress>
|
||||||
<DelayLoadDLLs>xaudio2_9redist.dll</DelayLoadDLLs>
|
<DelayLoadDLLs>xaudio2_9redist.dll</DelayLoadDLLs>
|
||||||
|
<EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
|
||||||
</Link>
|
</Link>
|
||||||
<Midl>
|
<Midl>
|
||||||
<DefaultCharType>Unsigned</DefaultCharType>
|
<DefaultCharType>Unsigned</DefaultCharType>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue