X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fout.c;h=4443dae371ae3a442c013d12a0debed356965c7e;hb=b2abce3b202676b7a6493ff364e94fb94800ea52;hp=5ddd3f402c2f2f6b8298bd857b700e30b5a4f3d6;hpb=706252fcdbe50e0be5779703d1e92fc849f9e93f;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); }