diff --git a/config.def.h b/config.def.h index 25f0dbe463..a4aa1cc802 100644 --- a/config.def.h +++ b/config.def.h @@ -1112,7 +1112,7 @@ /* Desired audio latency in milliseconds. Might not be honored * if driver can't provide given latency. */ -#if defined(ANDROID) || defined(EMSCRIPTEN) || defined(RETROFW) || defined(MIYOO) +#if defined(ANDROID) || defined(EMSCRIPTEN) || defined(RETROFW) /* For most Android devices, 64ms is way too low. */ #define DEFAULT_OUT_LATENCY 128 #define DEFAULT_IN_LATENCY 128