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
|
@ -322,6 +322,10 @@ static int custom_read(menu_entry *me, const char *var, const char *val)
|
|||
currentConfig.gamma = atoi(val);
|
||||
return 1;
|
||||
|
||||
case MA_OPT2_MAX_FRAMESKIP:
|
||||
currentConfig.max_skip = atoi(val);
|
||||
return 1;
|
||||
|
||||
/* PSP */
|
||||
case MA_OPT3_SCALE:
|
||||
if (strcasecmp(var, "Scale factor") != 0) return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue