Android: set NoBatch to 1 to enable the DSP

This commit is contained in:
Flyinghead 2018-11-30 12:40:43 +01:00
parent ba9a23d917
commit e444acbc09
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ void LoadSettings()
#else
// TODO Expose this with JNI
settings.rend.Clipping = 1;
settings.aica.NoBatch = 1;
// Configured on a per-game basis
settings.rend.ExtraDepthScale = 1.f;