added language support for externally loaded shaders

This includes adding a language entry to the config file.
This commit is contained in:
itsmattkc
2019-12-15 03:01:05 +11:00
parent 965519e9cf
commit 61bb9fec6f
3 changed files with 40 additions and 9 deletions
+1
View File
@@ -54,6 +54,7 @@ void Config::SetDefaults()
config_map_["HoverFocus"] = false;
config_map_["AudioScrubbing"] = true;
config_map_["AutorecoveryInterval"] = 1;
config_map_["Language"] = "en_US";
}
void Config::Load()