mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
android: Fixed invalid default config content, resulting in a crash
This commit is contained in:
parent
d6fadff3ee
commit
93e831decb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue