From 502f88dddb10f4cc6bfb329b20cee1e8a3539b0d Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Mon, 24 Apr 2023 00:01:18 +1000 Subject: [PATCH] Enable antialias again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f3737bde..894ace70a 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ ROM_SIZE := 32 # # Enable (1) or disable (0) antialias -ANTIALIAS = 0 +ANTIALIAS = 1 # PROFILING #