mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 20:55:45 +00:00
yuzu: Remove gdbstub configuration
The gdbstub itself was removed with https://github.com/yuzu-emu/yuzu/pull/5028. This PR just removes the remaining gdb configuration code from the emulator and the UI.
This commit is contained in:
parent
47062ecfe8
commit
1bfd9b5081
9 changed files with 7 additions and 110 deletions
|
@ -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>()};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue