mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 00:15:14 +01:00
Allow "Original" (240p) render mode in 480p configurations (Taken from niuus' Snes9x RX) (#982)
* Allow "Original" render mode in 480p configurations (niuus) Taken from Snes9x RX by @niuus (a fork of Snes9x GX). Info: https://github.com/niuus/Snes9xRX/commit/4f4627fe 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. * Change order of Filtered Sharp/Soft settings for match with original Snes9x GX (dborth) This commit is for change the order of Filtered Sharp/Soft settings for match with original Snes9x GX (suggested by dborth).
This commit is contained in:
parent
80eba1fd1d
commit
1bd50c7036
@ -3502,10 +3502,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