mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-05 01:39:15 -05:00
Make graphics API configurable.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user