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

@ -40,6 +40,8 @@ extern int ScreenLayout;
extern int ScreenSizing;
extern int ScreenFilter;
extern int LimitFPS;
extern int DirectBoot;
extern int Threaded3D;