Add option to limit framerate from UI

Signed-off-by: Madhav Kanbur <abcdjdj@gmail.com>
This commit is contained in:
Madhav Kanbur
2018-11-21 11:11:02 +05:30
parent 27e1ca4103
commit 78c767b693
3 changed files with 17 additions and 2 deletions

View File

@ -47,6 +47,8 @@ int ScreenLayout;
int ScreenSizing;
int ScreenFilter;
int LimitFPS;
int DirectBoot;
int Threaded3D;
@ -103,6 +105,8 @@ ConfigEntry ConfigFile[] =
{"ScreenSizing", 0, &ScreenSizing, 0, NULL, 0},
{"ScreenFilter", 0, &ScreenFilter, 1, NULL, 0},
{"LimitFPS", 0, &LimitFPS, 1, NULL, 0},
{"DirectBoot", 0, &DirectBoot, 1, NULL, 0},
{"Threaded3D", 0, &Threaded3D, 1, NULL, 0},