aboutsummaryrefslogtreecommitdiff
path: root/distribution/macos/Info.plist
diff options
context:
space:
mode:
authorShihta Kuan <Shihta@users.noreply.github.com>2023-06-25 20:49:53 +0800
committerGitHub <noreply@github.com>2023-06-25 14:49:53 +0200
commite3bacfa77481738aabee5f8b8be3f8ff91132c43 (patch)
treede8710b1ce1a2f55c23415c7f4aa948c71d5cbc9 /distribution/macos/Info.plist
parent7c2f07d12458ce6d2ee9c98f78d56ec8b20762bb (diff)
Set COMPlus_DefaultStackSize to 2M in macOS (#5349)
* Set COMPlus_DefaultStackSize to 2M in macOS * Remove the custom thread stack size on Ryujinx.Ava
Diffstat (limited to 'distribution/macos/Info.plist')
-rw-r--r--distribution/macos/Info.plist7
1 files changed, 6 insertions, 1 deletions
diff --git a/distribution/macos/Info.plist b/distribution/macos/Info.plist
index 6c3f7717..968814f9 100644
--- a/distribution/macos/Info.plist
+++ b/distribution/macos/Info.plist
@@ -39,10 +39,15 @@
<key>CSResourcesFileMapped</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2018 - 2022 Ryujinx Team and Contributors.</string>
+ <string>Copyright © 2018 - 2023 Ryujinx Team and Contributors.</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>11.0</string>
+ <key>LSEnvironment</key>
+ <dict>
+ <key>COMPlus_DefaultStackSize</key>
+ <string>200000</string>
+ </dict>
</dict>
</plist>