Allow "Original" render mode in 480p configurations (niuus) (#454)

Allow "Original" render mode to be selectable when using the Wii Options TV Resolution setting for "EDTV or HDTV (480p)" over component cables:
This caters specifically to LCD / LED users with 240p supported displays, since the option was previously hidden. Users with CRT / PVM / BVM displays with supported 480p Progressive Scan mode will also benefit, since no Wii setting switch will be needed for the "Original" 240p mode to be used.
This commit is contained in:
saulfabreg Wii VC Project 2022-01-13 14:32:52 -05:00 committed by GitHub
parent 87faea76b7
commit 18615ca1c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3423,10 +3423,6 @@ static int MenuSettingsVideo()
{
firstRun = false;
// don't allow original render mode if progressive video mode detected
if (GCSettings.render==0 && progressive)
GCSettings.render++;
if (GCSettings.render == 0)
sprintf (options.value[0], "Original");
else if (GCSettings.render == 1)