From c441e209d25543df2edfb12dd30a8725db6dd146 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:34:23 +0100 Subject: [PATCH] use 2x msaa by default instead of 4x (#1797) --- goal_src/jak1/pc/pckernel-h.gc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goal_src/jak1/pc/pckernel-h.gc b/goal_src/jak1/pc/pckernel-h.gc index 1d3fef3a1d..3b02f65786 100644 --- a/goal_src/jak1/pc/pckernel-h.gc +++ b/goal_src/jak1/pc/pckernel-h.gc @@ -444,7 +444,7 @@ (pc-get-screen-size -1 (&-> obj width) (&-> obj height)) (set-display-mode! obj 'fullscreen) - (set! (-> obj gfx-msaa) 4) ;; 4x msaa + (set! (-> obj gfx-msaa) 2) ;; 2x msaa (none))