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=706252fcdbe50e0be5779703d1e92fc849f9e93f;hpb=101e053c72e9299bfbd1cbf6a8de9ba6cff11e4c 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++)