From e3d94e4ad8a99433873fc8700c67d968ec4f5997 Mon Sep 17 00:00:00 2001 From: wiidev Date: Mon, 11 Nov 2019 20:00:00 +0000 Subject: [PATCH] Enable the 480p enhancement by default --- source/settings/CSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/settings/CSettings.cpp b/source/settings/CSettings.cpp index a78bf8e8..2353f024 100644 --- a/source/settings/CSettings.cpp +++ b/source/settings/CSettings.cpp @@ -93,7 +93,7 @@ void CSettings::SetDefault() videomode = VIDEO_MODE_DISCDEFAULT; videopatch = OFF; videoPatchDol = OFF; - patchFix480p = OFF; + patchFix480p = ON; language = CONSOLE_DEFAULT; ocarina = OFF; hddinfo = CLOCK_HR12;