mirror of https://github.com/PCSX2/pcsx2.git
spu2x-linux: update GUI to support a 15 ms latency
This commit is contained in:
parent
4281b8630b
commit
da1b032793
|
@ -28,7 +28,7 @@ static const int LATENCY_MAX = 3000;
|
|||
static const int LATENCY_MAX = 750;
|
||||
#endif
|
||||
|
||||
static const int LATENCY_MIN = 40;
|
||||
static const int LATENCY_MIN = 15;
|
||||
|
||||
int AutoDMAPlayRate[2] = {0,0};
|
||||
|
||||
|
|
Loading…
Reference in New Issue