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