From d9512a392a929c66e066626a273552ea34ba1ad5 Mon Sep 17 00:00:00 2001 From: Agent X <44549182+AgentXLP@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:19:26 -0400 Subject: [PATCH] Revert "Sanity check MSAA" This reverts commit 627ea49c14c49d1f63107f08929ecf71d73183fb. --- src/pc/configfile.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pc/configfile.c b/src/pc/configfile.c index df52a2ae..8b4e95dd 100644 --- a/src/pc/configfile.c +++ b/src/pc/configfile.c @@ -6,7 +6,6 @@ #include #include -#include "pc_main.h" #include "platform.h" #include "configfile.h" #include "cliopts.h" @@ -684,8 +683,6 @@ NEXT_OPTION: fs_close(file); - if ((int)configWindow.msaa > WAPI.get_max_msaa()) { configWindow.msaa = WAPI.get_max_msaa(); } - if (configFrameLimit < 30) { configFrameLimit = 30; } if (configFrameLimit > 3000) { configFrameLimit = 3000; }