From e786afe48129275addd7ad87e305b0160334dcfe Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 27 Jun 2018 00:25:52 +0200 Subject: [PATCH] Update config.def.h --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 659f17e082..b1d0c593f8 100644 --- a/config.def.h +++ b/config.def.h @@ -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)