Android: set NoBatch to 1 to enable the DSP
This commit is contained in:
parent
ba9a23d917
commit
e444acbc09
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue