frontend: new sync code

should fix video drift/desync on pandora
This commit is contained in:
notaz 2013-08-30 03:54:48 +03:00
parent cfae1ae179
commit b59172e3d4
5 changed files with 77 additions and 94 deletions

View file

@ -77,7 +77,7 @@ typedef struct _currentConfig_t {
} currentConfig_t;
extern currentConfig_t currentConfig, defaultConfig;
extern char *PicoConfigFile;
extern const char *PicoConfigFile;
extern int state_slot;
extern int config_slot, config_slot_current;
extern unsigned char *movie_data;