fix small segfault

This commit is contained in:
SimoneN64
2023-10-29 22:20:33 +01:00
parent f0b602af8a
commit c4f148eec1

View File

@@ -25,6 +25,8 @@ void PIF::Reset() {
if (error) { Util::panic("Could not sync {}", eepromPath); }
eeprom.unmap();
}
mempakOpen = false;
}
void PIF::MaybeLoadMempak() {