mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
msvc/debug: set mainCRTStartup as entry point
This commit is contained in:
parent
f0c2f9235e
commit
2c6f11fc1c
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue