spu: make fmod work in threaded mode
[pcsx_rearmed.git] / plugins / dfsound / out.c
index 5ddd3f4..4443dae 100644 (file)
@@ -47,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);
 }