Revert "Merge branch 'jit' of https://github.com/SimoneN64/Kaizen into dev"
This reverts commit28b3c4493f, reversing changes made tof4123da691.
This commit is contained in:
@@ -49,7 +49,7 @@ void Flash::CommandExecute() {
|
||||
case FlashState::Erase:
|
||||
if(saveData.is_mapped()) {
|
||||
for (int i = 0; i < 128; i++) {
|
||||
saveData[eraseOffs + i] = 0xFFi8;
|
||||
saveData[eraseOffs + i] = 0xFF;
|
||||
}
|
||||
} else {
|
||||
Util::panic("Accessing flash when not mapped!");
|
||||
|
||||
Reference in New Issue
Block a user