mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 06:11:51 +00:00
(Xbox 1) Bump up stack size to 256K (Gambatte needs at least 256K
stack)
This commit is contained in:
parent
f75f96269c
commit
a7e28e4e67
@ -56,7 +56,7 @@
|
||||
ForceCopy="TRUE"/>
|
||||
<Tool
|
||||
Name="XboxImageTool"
|
||||
StackSize="131072"
|
||||
StackSize="262144"
|
||||
IncludeDebugInfo="TRUE"
|
||||
NoLibWarn="TRUE"/>
|
||||
</Configuration>
|
||||
@ -110,7 +110,7 @@
|
||||
ForceCopy="TRUE"/>
|
||||
<Tool
|
||||
Name="XboxImageTool"
|
||||
StackSize="131072"
|
||||
StackSize="262144"
|
||||
IncludeDebugInfo="TRUE"
|
||||
LimitAvailableMemoryTo64MB="FALSE"
|
||||
NoLibWarn="TRUE"/>
|
||||
@ -166,7 +166,7 @@
|
||||
ForceCopy="TRUE"/>
|
||||
<Tool
|
||||
Name="XboxImageTool"
|
||||
StackSize="131072"
|
||||
StackSize="262144"
|
||||
IncludeDebugInfo="TRUE"
|
||||
NoLibWarn="TRUE"/>
|
||||
</Configuration>
|
||||
@ -226,7 +226,7 @@
|
||||
ForceCopy="TRUE"/>
|
||||
<Tool
|
||||
Name="XboxImageTool"
|
||||
StackSize="131072"/>
|
||||
StackSize="262144"/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release_LTCG|Xbox"
|
||||
@ -279,7 +279,7 @@
|
||||
ForceCopy="TRUE"/>
|
||||
<Tool
|
||||
Name="XboxImageTool"
|
||||
StackSize="131072"/>
|
||||
StackSize="262144"/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
|
Loading…
x
Reference in New Issue
Block a user