Permalink
Browse files
GUI: Fix GCC Warnings.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
gui/options.cpp
|
|
@@ -567,7 +567,7 @@ void OptionsDialog::apply() { |
|
|
if (_enableShaderSettings) { |
|
|
if (g_system->hasFeature(OSystem::kFeatureShader)) { |
|
|
if (_shaderPopUp) { |
|
|
if (ConfMan.getInt("shader", _domain) != _shaderPopUp->getSelectedTag()) { |
|
|
if (ConfMan.getInt("shader", _domain) != (int32)_shaderPopUp->getSelectedTag()) { |
|
|
ConfMan.setInt("shader", _shaderPopUp->getSelectedTag(), _domain); |
|
|
g_system->setShader(_shaderPopUp->getSelectedTag()); |
|
|
} |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.