File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -442,10 +442,11 @@ int main(int argc, char **argv)
442
442
case Emu_Ken:
443
443
if (cfg.harmonic ) {
444
444
#ifdef HAVE_ADPLUG_SURROUND
445
- fprintf (stderr, " %s: Sorry, Ken's emulator only supports one instance "
446
- " so does not work properly in surround mode.\n " , program_name);
447
- // Leave the code though for future use (once Ken's emu is wrapped up
448
- // in a class or something. It works, it just sounds really bad.)
445
+ #ifndef CKEMUOPL_MULTIINSTANCE
446
+ fprintf (stderr, " %s: Sorry, Ken's emulator only supports one instance "
447
+ " so does not work properly in surround mode in old versions of "
448
+ " the adplug library.\n " , program_name);
449
+ #endif
449
450
COPLprops a, b;
450
451
a.use16bit = b.use16bit = cfg.bits == 16 ;
451
452
a.stereo = b.stereo = false ;
You can’t perform that action at this time.
0 commit comments