mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-28 01:00:33 +00:00
Don't clear the firmwarePath
This commit is contained in:
parent
3046d1eb1f
commit
2e40b016c4
@ -1041,7 +1041,6 @@ static unique_ptr<SPI_Firmware::Firmware> InitFirmware(melonds::ConsoleType type
|
||||
if (firmware = make_unique<SPI_Firmware::Firmware>(file); !firmware->Buffer()) {
|
||||
retro::warn("Failed to read firmware from file\n");
|
||||
firmware = nullptr;
|
||||
firmwarePath = "";
|
||||
}
|
||||
|
||||
CloseFile(file);
|
||||
|
Loading…
Reference in New Issue
Block a user