android: Fixed invalid default config content, resulting in a crash

This commit is contained in:
OpenSauce04 2026-03-03 18:33:26 +00:00 committed by OpenSauce
parent d6fadff3ee
commit 93e831decb

View File

@ -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.