summaryrefslogtreecommitdiffstats
path: root/src/yuzu_tester/yuzu.cpp
diff options
context:
space:
mode:
authorFearlessTobi <thm.frey@gmail.com>2020-12-19 19:19:42 +0100
committerFearlessTobi <thm.frey@gmail.com>2020-12-19 19:19:42 +0100
commit10b0ab792681b27664030d53d8e1ff610d0010cf (patch)
treef4b0dbe676403bc83ee895684c475e56340c1fc4 /src/yuzu_tester/yuzu.cpp
parentMerge pull request #5205 from Morph1984/oss-extended-plus-minus (diff)
downloadyuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar.gz
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar.bz2
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar.lz
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar.xz
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.tar.zst
yuzu-10b0ab792681b27664030d53d8e1ff610d0010cf.zip
Diffstat (limited to 'src/yuzu_tester/yuzu.cpp')
-rw-r--r--src/yuzu_tester/yuzu.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_tester/yuzu.cpp b/src/yuzu_tester/yuzu.cpp
index 50bd7ae41..6435ffabb 100644
--- a/src/yuzu_tester/yuzu.cpp
+++ b/src/yuzu_tester/yuzu.cpp
@@ -162,7 +162,6 @@ int main(int argc, char** argv) {
Core::System& system{Core::System::GetInstance()};
- Settings::values.use_gdbstub = false;
Settings::Apply(system);
const auto emu_window{std::make_unique<EmuWindow_SDL2_Hide>()};