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:
saulfabreg Wii VC Project 2022-01-13 14:53:21 -05:00 committed by GitHub
parent 80eba1fd1d
commit 1bd50c7036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)