mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-05 20:33:24 +02:00
32x, improved auto frame skip, plus new config option for max auto skip
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user