Don't clear the firmwarePath

This commit is contained in:
Jesse Talavera-Greenberg 2023-08-24 22:36:09 -04:00
parent 3046d1eb1f
commit 2e40b016c4

View File

@ -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);