X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fout.c;h=5ddd3f402c2f2f6b8298bd857b700e30b5a4f3d6;hp=150d7184f522a36cd25fb39ad3cb08c0e1392b67;hb=c2502333b2e56e520bb9ecc2f931a639eee415d7;hpb=07c13dfd11cbd45e96a5c21cd88ccd44601678ea 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++)