mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 13:37:57 -05:00
Implement gdbstub
This commit is contained in:
@ -75,6 +75,10 @@ void Config::ReadValues() {
|
||||
|
||||
// Miscellaneous
|
||||
Settings::values.log_filter = glfw_config->Get("Miscellaneous", "log_filter", "*:Info");
|
||||
|
||||
// GDBStubebugging
|
||||
Settings::values.use_gdbstub = glfw_config->GetBoolean("Debugging", "use_gdbstub", false);
|
||||
Settings::values.gdbstub_port = glfw_config->GetInteger("Debugging", "gdbstub_port", 24689);
|
||||
}
|
||||
|
||||
void Config::Reload() {
|
||||
|
Reference in New Issue
Block a user