mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
frontend: new sync code
should fix video drift/desync on pandora
This commit is contained in:
parent
cfae1ae179
commit
b59172e3d4
5 changed files with 77 additions and 94 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue