mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-27 13:38:51 +01:00
release 1.85
This commit is contained in:
parent
92dfd9afa6
commit
68af34fe20
11 changed files with 80 additions and 51 deletions
|
|
@ -323,6 +323,10 @@ static int custom_read(menu_entry *me, const char *var, const char *val)
|
|||
Pico32xSetClocks(0, currentConfig.ssh2_khz * 1000);
|
||||
return 1;
|
||||
|
||||
case MA_OPT2_GAMMA:
|
||||
currentConfig.gamma = 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