mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2026-04-06 16:43:09 -06:00
android: Fixed invalid default config content, resulting in a crash
This commit is contained in:
parent
d6fadff3ee
commit
93e831decb
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user