X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fdfsound%2Fout.c;h=5ddd3f402c2f2f6b8298bd857b700e30b5a4f3d6;hb=4ae83961a97c97cf6bf7e775cc08337b292b9853;hp=150d7184f522a36cd25fb39ad3cb08c0e1392b67;hpb=07c13dfd11cbd45e96a5c21cd88ccd44601678ea;p=pcsx_rearmed.git diff --git a/plugins/dfsound/out.c b/plugins/dfsound/out.c index 150d7184..5ddd3f40 100644 --- a/plugins/dfsound/out.c +++ b/plugins/dfsound/out.c @@ -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++)