fix: ps3 compiling & only uncap fps on windows

This commit is contained in:
2026-07-21 17:11:11 -04:00
parent 0fabb445c9
commit 658ec1f809
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -116,7 +116,11 @@ void Options::init()
bobView = true;
anaglyph3d = false;
advancedOpengl = false;
#ifdef _WINDOWS64
framerateLimit = 0;
#else
framerateLimit = 2;
#endif
fancyGraphics = true;
ambientOcclusion = true;
renderClouds = true;