GUI: Replace the options for selecting shaders
This commit is contained in:
parent
c5705561b0
commit
64c359b5cb
15 changed files with 158 additions and 254 deletions
|
@ -219,7 +219,7 @@ void initCommonGFX() {
|
|||
g_system->setScaler(ConfMan.get("scaler").c_str(), ConfMan.getInt("scale_factor"));
|
||||
|
||||
if (gameDomain->contains("shader"))
|
||||
g_system->setShader(ConfMan.get("shader").c_str());
|
||||
g_system->setShader(Common::FSNode(ConfMan.get("shader")));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue