mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-28 01:00:33 +00:00
Give SPI_Firmware the unique_ptr instead
This commit is contained in:
parent
40dad4f076
commit
3046d1eb1f
@ -1259,7 +1259,7 @@ static void melonds::config::apply_system_options(const optional<NDSHeader>& hea
|
||||
_directBoot = true;
|
||||
}
|
||||
|
||||
SPI_Firmware::InstallFirmware(std::move(*firmware.release()));
|
||||
SPI_Firmware::InstallFirmware(std::move(firmware));
|
||||
}
|
||||
|
||||
static void melonds::config::apply_audio_options() noexcept {
|
||||
|
Loading…
Reference in New Issue
Block a user