diff options
| author | 2020-12-20 11:56:08 -0800 | |
|---|---|---|
| committer | 2020-12-20 11:56:08 -0800 | |
| commit | d5984284ed1b1669553763d96854a6f1e1bf5fd0 (patch) | |
| tree | f4b0dbe676403bc83ee895684c475e56340c1fc4 /src/core/settings.cpp | |
| parent | Merge pull request #5205 from Morph1984/oss-extended-plus-minus (diff) | |
| parent | yuzu: Remove gdbstub configuration (diff) | |
| download | yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.gz yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.tar.xz yuzu-d5984284ed1b1669553763d96854a6f1e1bf5fd0.zip | |
Merge pull request #5207 from FearlessTobi/remove-gdb-config
yuzu: Remove gdbstub configuration
Diffstat (limited to 'src/core/settings.cpp')
| -rw-r--r-- | src/core/settings.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/settings.cpp b/src/core/settings.cpp index e9997a263..47d9ecf9a 100644 --- a/src/core/settings.cpp +++ b/src/core/settings.cpp | |||
| @@ -72,8 +72,6 @@ void LogSettings() { | |||
| 72 | log_setting("DataStorage_UseVirtualSd", values.use_virtual_sd); | 72 | log_setting("DataStorage_UseVirtualSd", values.use_virtual_sd); |
| 73 | log_setting("DataStorage_NandDir", Common::FS::GetUserPath(Common::FS::UserPath::NANDDir)); | 73 | log_setting("DataStorage_NandDir", Common::FS::GetUserPath(Common::FS::UserPath::NANDDir)); |
| 74 | log_setting("DataStorage_SdmcDir", Common::FS::GetUserPath(Common::FS::UserPath::SDMCDir)); | 74 | log_setting("DataStorage_SdmcDir", Common::FS::GetUserPath(Common::FS::UserPath::SDMCDir)); |
| 75 | log_setting("Debugging_UseGdbstub", values.use_gdbstub); | ||
| 76 | log_setting("Debugging_GdbstubPort", values.gdbstub_port); | ||
| 77 | log_setting("Debugging_ProgramArgs", values.program_args); | 75 | log_setting("Debugging_ProgramArgs", values.program_args); |
| 78 | log_setting("Services_BCATBackend", values.bcat_backend); | 76 | log_setting("Services_BCATBackend", values.bcat_backend); |
| 79 | log_setting("Services_BCATBoxcatLocal", values.bcat_boxcat_local); | 77 | log_setting("Services_BCATBoxcatLocal", values.bcat_boxcat_local); |