GUI: Allow shaders to be selected for individual targets

This commit is contained in:
Cameron Cawley 2020-01-29 23:13:32 +00:00 committed by rsn8887
parent 626c200d03
commit 7488e17c0a
21 changed files with 149 additions and 31 deletions

View file

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