summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/config.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-12-20 20:56:08 +0100
committerGitHub <noreply@github.com>2020-12-20 20:56:08 +0100
commitd5984284ed1b1669553763d96854a6f1e1bf5fd0 (patch)
treef4b0dbe676403bc83ee895684c475e56340c1fc4 /src/yuzu_tester/config.cpp
parentMerge pull request #5205 from Morph1984/oss-extended-plus-minus (diff)
parentyuzu: Remove gdbstub configuration (diff)
downloadyuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.gz
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.bz2
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.lz
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.xz
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.zst
yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.zip
Diffstat (limited to 'src/yuzu_tester/config.cpp')
-rw-r--r--src/yuzu_tester/config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_tester/config.cpp b/src/yuzu_tester/config.cpp
index b6cdc7c1c..91684e96e 100644
--- a/src/yuzu_tester/config.cpp
+++ b/src/yuzu_tester/config.cpp
@@ -158,7 +158,6 @@ void Config::ReadValues() {
Settings::values.use_dev_keys = sdl2_config->GetBoolean("Miscellaneous", "use_dev_keys", false);
// Debugging
- Settings::values.use_gdbstub = false;
Settings::values.program_args = "";
Settings::values.dump_exefs = sdl2_config->GetBoolean("Debugging", "dump_exefs", false);
Settings::values.dump_nso = sdl2_config->GetBoolean("Debugging", "dump_nso", false);