fix small segfault
This commit is contained in:
@@ -25,6 +25,8 @@ void PIF::Reset() {
|
|||||||
if (error) { Util::panic("Could not sync {}", eepromPath); }
|
if (error) { Util::panic("Could not sync {}", eepromPath); }
|
||||||
eeprom.unmap();
|
eeprom.unmap();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mempakOpen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PIF::MaybeLoadMempak() {
|
void PIF::MaybeLoadMempak() {
|
||||||
|
|||||||
Reference in New Issue
Block a user