add 68k overclocking support

This commit is contained in:
notaz 2017-10-20 00:41:12 +03:00
parent 93f9619ed8
commit 35f2b65ef7
8 changed files with 33 additions and 2 deletions

View file

@ -74,6 +74,7 @@ typedef struct _currentConfig_t {
int analog_deadzone;
int msh2_khz;
int ssh2_khz;
int overclock_68k;
} currentConfig_t;
extern currentConfig_t currentConfig, defaultConfig;