mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 05:17:40 -07:00
fix audio interpolation setting range
This commit is contained in:
parent
30441fed24
commit
216b8e045d
@ -80,7 +80,7 @@ RangeList IntRanges =
|
||||
{"3D.Renderer", {0, renderer3D_Max-1}},
|
||||
{"Screen.VSyncInterval", {1, 20}},
|
||||
{"3D.GL.ScaleFactor", {1, 16}},
|
||||
{"Audio.Interpolation", {0, 3}},
|
||||
{"Audio.Interpolation", {0, 4}},
|
||||
{"Instance*.Audio.Volume", {0, 256}},
|
||||
{"Mic.InputType", {0, micInputType_MAX-1}},
|
||||
{"Instance*.Window*.ScreenRotation", {0, screenRot_MAX-1}},
|
||||
|
Loading…
Reference in New Issue
Block a user