GUI: Replace the options for selecting shaders

This commit is contained in:
Cameron Cawley 2022-07-01 00:11:46 +01:00 committed by Eugene Sandulenko
parent c5705561b0
commit 64c359b5cb
15 changed files with 158 additions and 254 deletions

View file

@ -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")));
}
}