1
0
Fork 0
mirror of https://github.com/k4zmu2a/SpaceCadetPinball.git synced 2025-09-07 16:50:15 +02:00

Added uncapped UPS option.

Issue #18.
This commit is contained in:
Muzychenko Andrey 2021-10-02 07:42:08 +03:00
parent 81c2034a16
commit c3b6daefc9
3 changed files with 11 additions and 1 deletions

View file

@ -53,6 +53,7 @@ struct optionsStruct
int FramesPerSecond;
int UpdatesPerSecond;
bool ShowMenu;
bool UncappedUpdatesPerSecond;
};
struct ControlRef