GUI: Allow shaders to be selected for individual targets
This commit is contained in:
parent
626c200d03
commit
7488e17c0a
21 changed files with 149 additions and 31 deletions
|
@ -222,6 +222,7 @@ void registerDefaults() {
|
|||
ConfMan.registerDefault("render_mode", "default");
|
||||
ConfMan.registerDefault("desired_screen_aspect_ratio", "auto");
|
||||
ConfMan.registerDefault("stretch_mode", "default");
|
||||
ConfMan.registerDefault("shader", 0);
|
||||
|
||||
// Sound & Music
|
||||
ConfMan.registerDefault("music_volume", 192);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue