mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-22 11:19:17 +01:00
Enable the 480p enhancement by default
This commit is contained in:
parent
570c0734de
commit
e3d94e4ad8
@ -93,7 +93,7 @@ void CSettings::SetDefault()
|
|||||||
videomode = VIDEO_MODE_DISCDEFAULT;
|
videomode = VIDEO_MODE_DISCDEFAULT;
|
||||||
videopatch = OFF;
|
videopatch = OFF;
|
||||||
videoPatchDol = OFF;
|
videoPatchDol = OFF;
|
||||||
patchFix480p = OFF;
|
patchFix480p = ON;
|
||||||
language = CONSOLE_DEFAULT;
|
language = CONSOLE_DEFAULT;
|
||||||
ocarina = OFF;
|
ocarina = OFF;
|
||||||
hddinfo = CLOCK_HR12;
|
hddinfo = CLOCK_HR12;
|
||||||
|
Loading…
Reference in New Issue
Block a user