Make graphics API configurable.

This commit is contained in:
Skyth
2024-10-20 23:20:52 +03:00
parent 02964750ad
commit b39bc1e065
4 changed files with 13 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ void Config::Load()
TOML_BEGIN_SECTION("Video")
{
TOML_READ_ENUM(EGraphicsAPI, GraphicsAPI);
TOML_READ_INTEGER(WindowWidth);
TOML_READ_INTEGER(WindowHeight);
TOML_READ_FLOAT(ResolutionScale);