mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 17:28:33 +00:00
VideoBackend: remove unused config vars.
No point to keeping around variables which are always "true".
This commit is contained in:
parent
7563e8c6f3
commit
fd9c1fa746
10 changed files with 15 additions and 37 deletions
|
@ -212,8 +212,6 @@ void VideoConfig::VerifyValidity()
|
|||
if (iAdapter < 0 || iAdapter > ((int)backend_info.Adapters.size() - 1)) iAdapter = 0;
|
||||
if (iMultisampleMode < 0 || iMultisampleMode >= (int)backend_info.AAModes.size()) iMultisampleMode = 0;
|
||||
if (!backend_info.bSupports3DVision) b3DVision = false;
|
||||
if (!backend_info.bSupportsFormatReinterpretation) bEFBEmulateFormatChanges = false;
|
||||
if (!backend_info.bSupportsPixelLighting) bEnablePixelLighting = false;
|
||||
}
|
||||
|
||||
void VideoConfig::Save(const std::string& ini_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue