summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/yuzu/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp
index 53f11a9ac..18d161320 100644
--- a/src/yuzu/main.cpp
+++ b/src/yuzu/main.cpp
@@ -3626,8 +3626,8 @@ int main(int argc, char* argv[]) {
3626 QCoreApplication::setApplicationName(QStringLiteral("yuzu")); 3626 QCoreApplication::setApplicationName(QStringLiteral("yuzu"));
3627 3627
3628#ifdef _WIN32 3628#ifdef _WIN32
3629 // Increases the maximum open file limit to 4096 3629 // Increases the maximum open file limit to 8192
3630 _setmaxstdio(4096); 3630 _setmaxstdio(8192);
3631#endif 3631#endif
3632 3632
3633#ifdef __APPLE__ 3633#ifdef __APPLE__