diff --git a/rpcs3/Emu/RSX/rsx_cache.h b/rpcs3/Emu/RSX/rsx_cache.h index fcbb7869a7..b219745f6a 100644 --- a/rpcs3/Emu/RSX/rsx_cache.h +++ b/rpcs3/Emu/RSX/rsx_cache.h @@ -21,7 +21,13 @@ namespace rsx template class shaders_cache { - using unpacked_type = lf_fifo, 1000>; // TODO: Determine best size + using unpacked_type = lf_fifo, +#ifdef ANDROID + 200 +#else + 1000 // TODO: Determine best size +#endif + >; struct pipeline_data {