Update config.def.h

This commit is contained in:
Twinaphex 2018-06-27 00:25:52 +02:00 committed by GitHub
parent 8a1c0be83c
commit e786afe481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -696,7 +696,7 @@ static const char *midi_output = "Off";
static const unsigned midi_volume = 100;
/* Only applies to Android 7.0 (API 24) and up */
static const bool sustained_performance_mode = true;
static const bool sustained_performance_mode = false;
#if defined(ANDROID)
#if defined(ANDROID_ARM)