#219 add new "refresh_rate" setting

This commit is contained in:
FunkyFr3sh 2023-08-18 16:48:59 +02:00
parent 84ad3995d4
commit b25223bf3a
4 changed files with 11 additions and 0 deletions

View file

@ -157,6 +157,7 @@ typedef struct CNCDDRAW
int guard_lines;
int resolutions;
int max_resolutions;
int refresh_rate;
BOOL limit_bltfast;
BOOL armadahack;
BOOL tshack;