mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sound, fix config save/load for native quality mode
This commit is contained in:
parent
e2e2b6ad1b
commit
a987b67801
2 changed files with 8 additions and 3 deletions
|
@ -631,7 +631,7 @@ static const char *mgn_opt_sound(int id, int *offs)
|
|||
*offs = -8;
|
||||
str2 = (PicoIn.opt & POPT_EN_STEREO) ? "stereo" : "mono";
|
||||
if (PicoIn.sndRate > 52000)
|
||||
sprintf(static_buff, "native %s\n", str2);
|
||||
sprintf(static_buff, "native %s", str2);
|
||||
else sprintf(static_buff, "%5iHz %s", PicoIn.sndRate, str2);
|
||||
return static_buff;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue