mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
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:
parent
87faea76b7
commit
18615ca1c3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user