Merge pull request #285 from abcdjdj/limit_fps

Add option to limit framerate from UI
This commit is contained in:
StapleButter
2018-12-15 00:38:35 +01:00
committed by GitHub
3 changed files with 17 additions and 2 deletions

View File

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