Skip to content

Commit

Permalink
Fix loading GBA carts
Browse files Browse the repository at this point in the history
UpdateConsole forgot to reinsert it when messing with the NDS.
  • Loading branch information
nadiaholmquist committed Jul 2, 2024
1 parent f261168 commit 4e3592f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/qt_sdl/EmuInstance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ bool EmuInstance::updateConsole(UpdateConsoleNDSArgs&& _ndsargs, UpdateConsoleGB
nds->SetARM9BIOS(*args->ARM9BIOS);
nds->SetFirmware(std::move(args->Firmware));
nds->SetNDSCart(std::move(args->NDSROM));
nds->SetGBACart(std::move(args->GBAROM));
nds->SetJITArgs(args->JIT);
// TODO GDB stub shit
nds->SPU.SetInterpolation(args->Interpolation);
Expand Down

0 comments on commit 4e3592f

Please sign in to comment.