32x: start reworking sheduling

This commit is contained in:
notaz 2013-07-07 01:05:11 +03:00
parent 9b5713af95
commit ed4402a7df
17 changed files with 180 additions and 163 deletions

View file

@ -80,6 +80,8 @@ typedef struct _currentConfig_t {
int renderer32x;
int filter; // pandora
int analog_deadzone;
int msh2_khz;
int ssh2_khz;
} currentConfig_t;
extern currentConfig_t currentConfig, defaultConfig;