X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fout.c;h=4443dae371ae3a442c013d12a0debed356965c7e;hb=e62141d26accc1d83fde22d589f53bda374aa396;hp=5ddd3f402c2f2f6b8298bd857b700e30b5a4f3d6;hpb=d02d2725985a6d9748097af0360fb4583cc08ad1;p=pcsx_rearmed.git diff --git a/plugins/dfsound/out.c b/plugins/dfsound/out.c index 5ddd3f40..4443dae3 100644 --- a/plugins/dfsound/out.c +++ b/plugins/dfsound/out.c @@ -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); }