mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
make it possible to change gdb stub settings without destroying/recreating a NDS
This commit is contained in:
@ -1362,7 +1362,7 @@ bool EmuInstance::updateConsole() noexcept
|
||||
nds->SetARM9BIOS(*args->ARM9BIOS);
|
||||
nds->SetFirmware(std::move(args->Firmware));
|
||||
nds->SetJITArgs(args->JIT);
|
||||
// TODO GDB stub shit
|
||||
nds->SetGdbArgs(args->GDB);
|
||||
nds->SPU.SetInterpolation(args->Interpolation);
|
||||
nds->SPU.SetDegrade10Bit(args->BitDepth);
|
||||
|
||||
|
Reference in New Issue
Block a user