spu: rename dwChannelOn to something more suitable
[pcsx_rearmed.git] / plugins / dfsound / out.c
index 150d718..4443dae 100644 (file)
@@ -32,8 +32,9 @@ void SetupSound(void)
 #endif
 #ifdef HAVE_LIBRETRO
                REGISTER_DRIVER(libretro);
-#endif
+#else
                REGISTER_DRIVER(none);
+#endif
        }
 
        for (i = 0; i < driver_count; i++)
@@ -46,6 +47,6 @@ void SetupSound(void)
        }
 
        out_current = &out_drivers[i];
-       printf("selected sound output driver: %s\n", out_current->name);
+       // printf("selected sound output driver: %s\n", out_current->name);
 }