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
|
@ -353,8 +353,8 @@ static void setupGraphics(OSystem &system) {
|
|||
// Set the user specified graphics mode (if any).
|
||||
system.setGraphicsMode(ConfMan.get("gfx_mode").c_str());
|
||||
system.setStretchMode(ConfMan.get("stretch_mode").c_str());
|
||||
system.setShader(ConfMan.get("shader").c_str());
|
||||
system.setScaler(ConfMan.get("scaler").c_str(), ConfMan.getInt("scale_factor"));
|
||||
system.setShader(Common::FSNode(ConfMan.get("shader")));
|
||||
|
||||
system.initSize(320, 200);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue