mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
ui, fix sound filter strength not read from config file
This commit is contained in:
parent
75aba9cc65
commit
8b55d18905
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static int custom_read(menu_entry *me, const char *var, const char *val)
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
case MA_OPT_SOUND_ALPHA:
|
case MA_OPT_SOUND_ALPHA:
|
||||||
if (strcasecmp(var, "Filter strength (alpha)") != 0) return 0;
|
if (strcasecmp(var, "Filter strength") != 0) return 0;
|
||||||
PicoIn.sndFilterAlpha = 0x10000 * atof(val);
|
PicoIn.sndFilterAlpha = 0x10000 * atof(val);
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue