mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
Remove unnecessary new lines, changed Deinit to Shutdown
This commit is contained in:
parent
8205925b08
commit
6621f16576
5 changed files with 8 additions and 11 deletions
|
@ -76,7 +76,7 @@ void Config::ReadValues() {
|
|||
// Miscellaneous
|
||||
Settings::values.log_filter = glfw_config->Get("Miscellaneous", "log_filter", "*:Info");
|
||||
|
||||
// GDBStubebugging
|
||||
// Debugging
|
||||
Settings::values.use_gdbstub = glfw_config->GetBoolean("Debugging", "use_gdbstub", false);
|
||||
Settings::values.gdbstub_port = glfw_config->GetInteger("Debugging", "gdbstub_port", 24689);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue