Skip to content

Commit

Permalink
Revert "Sanity check MSAA"
Browse files Browse the repository at this point in the history
This reverts commit 627ea49.
  • Loading branch information
AgentXLP committed Sep 1, 2024
1 parent c94990f commit d9512a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pc/configfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <assert.h>
#include <ctype.h>

#include "pc_main.h"
#include "platform.h"
#include "configfile.h"
#include "cliopts.h"
Expand Down Expand Up @@ -684,8 +683,6 @@ static void configfile_load_internal(const char *filename, bool* error) {

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; }

Expand Down

0 comments on commit d9512a3

Please sign in to comment.