spu2x-linux: update GUI to support a 15 ms latency

This commit is contained in:
Gregory Hainaut 2016-04-24 11:13:28 +02:00
parent 4281b8630b
commit da1b032793
1 changed files with 1 additions and 1 deletions

View File

@ -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};