mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, improved auto frame skip, plus new config option for max auto skip
This commit is contained in:
parent
20d2358ab1
commit
e7ee7bc00a
5 changed files with 17 additions and 3 deletions
|
@ -76,6 +76,7 @@ typedef struct _currentConfig_t {
|
|||
int msh2_khz;
|
||||
int ssh2_khz;
|
||||
int overclock_68k;
|
||||
int max_skip;
|
||||
} currentConfig_t;
|
||||
|
||||
extern currentConfig_t currentConfig, defaultConfig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue