actually remove NDS/GBA ROM args from NDSArgs, since we won't be using them

This commit is contained in:
Arisotura
2024-11-17 19:38:36 +01:00
parent 5e3d2d07c3
commit 99aa5676db
4 changed files with 2 additions and 24 deletions

View File

@ -1296,10 +1296,6 @@ bool EmuInstance::updateConsole() noexcept
#endif
NDSArgs ndsargs {
//std::move(nextndscart),
//std::move(nextgbacart),
nullptr,
nullptr,
std::move(arm9bios),
std::move(arm7bios),
std::move(*firmware),
@ -1313,8 +1309,6 @@ bool EmuInstance::updateConsole() noexcept
std::optional<DSiArgs> dsiargs = std::nullopt;
if (consoleType == 1)
{
ndsargs.GBAROM = nullptr;
auto arm7ibios = loadDSiARM7BIOS();
if (!arm7ibios)
return false;