turned on mod player mixer interpolation, doesn't make much difference
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 20 Sep 2016 04:29:30 +0000 (07:29 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Tue, 20 Sep 2016 04:29:30 +0000 (07:29 +0300)
on framerate

src/dos/music.c

index 5aa4fac..4005a79 100644 (file)
@@ -12,7 +12,7 @@ static int init(void)
 {
        md_mixfreq = 44100;
        md_dmabufsize = 20000;
-       md_mode = DMODE_STEREO | DMODE_16BITS;/* | DMODE_INTERP;*/
+       md_mode = DMODE_STEREO | DMODE_16BITS | DMODE_INTERP;
        md_device = 0;
 
        ML_RegisterLoader(&load_m15);