mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(Xbox 1) Use 64K stack
This commit is contained in:
parent
50ab6e9645
commit
0b048e5294
@ -56,7 +56,7 @@
|
|||||||
ForceCopy="TRUE"/>
|
ForceCopy="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="XboxImageTool"
|
Name="XboxImageTool"
|
||||||
StackSize="131072"
|
StackSize="65536"
|
||||||
IncludeDebugInfo="TRUE"
|
IncludeDebugInfo="TRUE"
|
||||||
NoLibWarn="TRUE"/>
|
NoLibWarn="TRUE"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
@ -110,7 +110,7 @@
|
|||||||
ForceCopy="TRUE"/>
|
ForceCopy="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="XboxImageTool"
|
Name="XboxImageTool"
|
||||||
StackSize="131072"
|
StackSize="65536"
|
||||||
IncludeDebugInfo="TRUE"
|
IncludeDebugInfo="TRUE"
|
||||||
LimitAvailableMemoryTo64MB="FALSE"
|
LimitAvailableMemoryTo64MB="FALSE"
|
||||||
NoLibWarn="TRUE"/>
|
NoLibWarn="TRUE"/>
|
||||||
@ -166,7 +166,7 @@
|
|||||||
ForceCopy="TRUE"/>
|
ForceCopy="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="XboxImageTool"
|
Name="XboxImageTool"
|
||||||
StackSize="131072"
|
StackSize="65536"
|
||||||
IncludeDebugInfo="TRUE"
|
IncludeDebugInfo="TRUE"
|
||||||
NoLibWarn="TRUE"/>
|
NoLibWarn="TRUE"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
@ -226,7 +226,7 @@
|
|||||||
ForceCopy="TRUE"/>
|
ForceCopy="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="XboxImageTool"
|
Name="XboxImageTool"
|
||||||
StackSize="131072"/>
|
StackSize="65536"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
<Configuration
|
<Configuration
|
||||||
Name="Release_LTCG|Xbox"
|
Name="Release_LTCG|Xbox"
|
||||||
@ -279,7 +279,7 @@
|
|||||||
ForceCopy="TRUE"/>
|
ForceCopy="TRUE"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="XboxImageTool"
|
Name="XboxImageTool"
|
||||||
StackSize="131072"
|
StackSize="65536"
|
||||||
IncludeDebugInfo="FALSE"/>
|
IncludeDebugInfo="FALSE"/>
|
||||||
</Configuration>
|
</Configuration>
|
||||||
</Configurations>
|
</Configurations>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user