add threaded 3D option to the interface and config file. not functional yet.

This commit is contained in:
StapleButter
2017-05-25 22:50:36 +02:00
parent 0c31a7ab01
commit 9d2b36127d
4 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,8 @@ int WindowHeight;
int DirectBoot;
int Threaded3D;
typedef struct
{
char Name[16];
@ -77,6 +79,8 @@ ConfigEntry ConfigFile[] =
{"DirectBoot", 0, &DirectBoot, 1, NULL, 0},
{"Threaded3D", 0, &Threaded3D, 1, NULL, 0},
{"", -1, NULL, 0, NULL, 0}
};