From 93e831decbe545fbd40a6b310ec56b13a69f00f1 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Tue, 3 Mar 2026 18:33:26 +0000 Subject: [PATCH] android: Fixed invalid default config content, resulting in a crash --- src/android/app/src/main/jni/default_ini.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/android/app/src/main/jni/default_ini.h b/src/android/app/src/main/jni/default_ini.h index 63463f824..851ff33a7 100644 --- a/src/android/app/src/main/jni/default_ini.h +++ b/src/android/app/src/main/jni/default_ini.h @@ -529,6 +529,7 @@ static const char* android_config_default_file_content = (BOOST_HANA_STRING(R"( # Port for listening to GDB connections. )") DECLARE_KEY(use_gdbstub) BOOST_HANA_STRING(R"( +)") DECLARE_KEY(gdbstub_port) BOOST_HANA_STRING(R"( # Flush log output on every message # Immediately commits the debug log to file. Use this if Azahar crashes and the log output is being cut.